reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/unittests/Format/FormatTest.cpp
 4081   Style.BreakBeforeBinaryOperators = FormatStyle::BOS_All;
 4092       Style);
 4097                Style);
 4102                Style);
 4107                Style);
 4113                Style);
 4117                Style);
 4122       Style);
 4126                Style);
 4138                Style);
 4140   Style.ColumnLimit = 60;
 4144                Style);
 4146   Style.ColumnLimit = 80;
 4147   Style.IndentWidth = 4;
 4148   Style.TabWidth = 4;
 4149   Style.UseTab = FormatStyle::UT_Always;
 4150   Style.AlignAfterOpenBracket = FormatStyle::BAS_DontAlign;
 4151   Style.AlignOperands = false;
 4158                    Style));