Searched defs:FormatStyle (Results 1 – 2 of 2) sorted by relevance
42 struct FormatStyle { struct44 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 …]
254 FormatStyle FormatStyle = getStyle(Style, AssumedFileName, FallbackStyle); in format() local