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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h306 FormatStyle getLLVMStyle();
386 /// determined, the default is LLVM Style (see getLLVMStyle()).
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp187 FormatStyle getLLVMStyle() { function in namespace:clang::format
293 FormatStyle MozillaStyle = getLLVMStyle();
305 FormatStyle Style = getLLVMStyle();
320 *Style = getLLVMStyle();

Completed in 126 milliseconds