Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1412 FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) { in getLLVMStyle() function
1640 FormatStyle GoogleStyle = getLLVMStyle(Language); in getGoogleStyle()
1835 FormatStyle MozillaStyle = getLLVMStyle(); in getMozillaStyle()
1861 FormatStyle Style = getLLVMStyle(); in getWebKitStyle()
1885 FormatStyle Style = getLLVMStyle(); in getGNUStyle()
1900 FormatStyle Style = getLLVMStyle(Language); in getMicrosoftStyle()
1929 FormatStyle Style = getLLVMStyle(); in getClangFormatStyle()
1942 FormatStyle NoStyle = getLLVMStyle(); in getNoStyle()
1952 *Style = getLLVMStyle(Language); in getPredefinedStyle()
3953 ObjCHeaderStyleGuesser Guesser(Env, getLLVMStyle()); in guessLanguage()
[all …]
H A DContinuationIndenter.cpp205 PredefinedStyle = getLLVMStyle(); in RawStringFormatStyleManager()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5208 FormatStyle getLLVMStyle(
5388 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp600 format::FormatStyle Style = format::getLLVMStyle(); in formatTextOfDeclaration()