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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp188 FormatStyle LLVMStyle; local
189 LLVMStyle.AccessModifierOffset = -2;
190 LLVMStyle.AlignEscapedNewlinesLeft = false;
191 LLVMStyle.AlignTrailingComments = true;
192 LLVMStyle.AllowAllParametersOfDeclarationOnNextLine = true;
193 LLVMStyle.AllowShortIfStatementsOnASingleLine = false;
194 LLVMStyle.AllowShortLoopsOnASingleLine = false;
195 LLVMStyle.AlwaysBreakBeforeMultilineStrings = false;
196 LLVMStyle.AlwaysBreakTemplateDeclarations = false;
197 LLVMStyle
[all...]

Completed in 173 milliseconds