Searched defs:FormatStyle (Results 1 – 3 of 3) sorted by relevance
46 struct FormatStyle { struct48 int AccessModifierOffset;51 enum BracketAlignmentStyle {77 BracketAlignmentStyle AlignAfterOpenBracket;88 bool AlignConsecutiveAssignments;99 bool AlignConsecutiveDeclarations;103 bool AlignEscapedNewlinesLeft;114 bool AlignOperands;117 bool AlignTrailingComments;121 bool AllowAllParametersOfDeclarationOnNextLine;[all …]
254 FormatStyle FormatStyle = getStyle(Style, AssumedFileName, FallbackStyle); in format() local
11490 TEST(FormatStyle, GetStyleOfFile) { in TEST() argument