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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h672 FormatStyle getLLVMStyle();
755 LangOptions getFormattingLangOpts(const FormatStyle &Style = getLLVMStyle());
780 /// determined, the default is LLVM Style (see getLLVMStyle()).
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp464 FormatStyle getLLVMStyle() { function in namespace:clang::format
546 FormatStyle GoogleStyle = getLLVMStyle();
617 FormatStyle MozillaStyle = getLLVMStyle();
639 FormatStyle Style = getLLVMStyle();
659 FormatStyle Style = getLLVMStyle();
673 FormatStyle NoStyle = getLLVMStyle();
682 *Style = getLLVMStyle();
1964 FormatStyle Style = getLLVMStyle();

Completed in 67 milliseconds