Home
last modified time | relevance | path

Searched refs:getLLVMStyle (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/clang/docs/
DLibFormat.rst49 FormatStyle getLLVMStyle();
/openbsd/src/gnu/llvm/clang/lib/Format/
DFormat.cpp1297 FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) { in getLLVMStyle() function
1504 FormatStyle GoogleStyle = getLLVMStyle(Language); in getGoogleStyle()
1698 FormatStyle MozillaStyle = getLLVMStyle(); in getMozillaStyle()
1724 FormatStyle Style = getLLVMStyle(); in getWebKitStyle()
1748 FormatStyle Style = getLLVMStyle(); in getGNUStyle()
1763 FormatStyle Style = getLLVMStyle(Language); in getMicrosoftStyle()
1793 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle()
1803 *Style = getLLVMStyle(Language); in getPredefinedStyle()
3713 ObjCHeaderStyleGuesser Guesser(Env, getLLVMStyle()); in guessLanguage()
3745 FormatStyle Style = getLLVMStyle(guessLanguage(FileName, Code)); in getStyle()
DContinuationIndenter.cpp196 PredefinedStyle = getLLVMStyle(); in RawStringFormatStyleManager()
/openbsd/src/gnu/llvm/clang/include/clang/Format/
DFormat.h4372 FormatStyle getLLVMStyle(
4550 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
/openbsd/src/gnu/llvm/clang/lib/Index/
DCommentToXML.cpp598 format::FormatStyle Style = format::getLLVMStyle(); in formatTextOfDeclaration()