Home
last modified time | relevance | path

Searched defs:FormatStyle (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h42 struct FormatStyle { struct
44 int AccessModifierOffset;
47 enum BracketAlignmentStyle {
73 BracketAlignmentStyle AlignAfterOpenBracket;
84 bool AlignConsecutiveAssignments;
95 bool AlignConsecutiveDeclarations;
99 bool AlignEscapedNewlinesLeft;
110 bool AlignOperands;
113 bool AlignTrailingComments;
117 bool AllowAllParametersOfDeclarationOnNextLine;
[all …]
/external/clang/tools/clang-format/
DClangFormat.cpp254 FormatStyle FormatStyle = getStyle(Style, AssumedFileName, FallbackStyle); in format() local