Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1402 FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) { in getLLVMStyle() function
1619 FormatStyle GoogleStyle = getLLVMStyle(Language); in getGoogleStyle()
1814 FormatStyle MozillaStyle = getLLVMStyle(); in getMozillaStyle()
1840 FormatStyle Style = getLLVMStyle(); in getWebKitStyle()
1864 FormatStyle Style = getLLVMStyle(); in getGNUStyle()
1879 FormatStyle Style = getLLVMStyle(Language); in getMicrosoftStyle()
1908 FormatStyle Style = getLLVMStyle(); in getClangFormatStyle()
1918 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle()
1928 *Style = getLLVMStyle(Language); in getPredefinedStyle()
3908 ObjCHeaderStyleGuesser Guesser(Env, getLLVMStyle()); in guessLanguage()
[all …]
H A DContinuationIndenter.cpp205 PredefinedStyle = getLLVMStyle(); in RawStringFormatStyleManager()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h4967 FormatStyle getLLVMStyle(
5147 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp598 format::FormatStyle Style = format::getLLVMStyle(); in formatTextOfDeclaration()