Searched refs:getLLVMStyle (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp725 FormatStyle getLLVMStyle(FormatStyle::LanguageKind Language) { function in namespace:clang::format
855 FormatStyle GoogleStyle = getLLVMStyle(Language);
1035 FormatStyle MozillaStyle = getLLVMStyle();
1061 FormatStyle Style = getLLVMStyle();
1084 FormatStyle Style = getLLVMStyle();
1099 FormatStyle Style = getLLVMStyle(Language);
1126 FormatStyle NoStyle = getLLVMStyle();
1136 *Style = getLLVMStyle(Language);
2576 ObjCHeaderStyleGuesser Guesser(Env, getLLVMStyle());
2596 FormatStyle Style = getLLVMStyle(guessLanguag
[all...]
H A DContinuationIndenter.cpp192 PredefinedStyle = getLLVMStyle();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2218 FormatStyle getLLVMStyle(
2369 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());

Completed in 179 milliseconds