Searched defs:FormatStyle (Results 1 – 11 of 11) 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 …]
43 public enum FormatStyle { enum
254 FormatStyle FormatStyle = getStyle(Style, AssumedFileName, FallbackStyle); in format() local
371 public enum FormatStyle { enum in Rational
1033 enum class FormatStyle { Fixed, Precision }; enum
1032 enum class FormatStyle { Fixed, Precision }; enum
1006 enum class FormatStyle { Fixed, Precision }; enum
11490 TEST(FormatStyle, GetStyleOfFile) { in TEST() argument