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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp465 FormatStyle LLVMStyle; local
466 LLVMStyle.Language = FormatStyle::LK_Cpp;
467 LLVMStyle.AccessModifierOffset = -2;
468 LLVMStyle.AlignEscapedNewlinesLeft = false;
469 LLVMStyle.AlignAfterOpenBracket = FormatStyle::BAS_Align;
470 LLVMStyle.AlignOperands = true;
471 LLVMStyle.AlignTrailingComments = true;
472 LLVMStyle.AlignConsecutiveAssignments = false;
473 LLVMStyle.AlignConsecutiveDeclarations = false;
474 LLVMStyle
[all...]

Completed in 119 milliseconds