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

References

tools/clang/unittests/Format/FormatTest.cpp
 4565   Style.BreakConstructorInitializers = FormatStyle::BCIS_AfterColon;
 4569                getStyleWithColumns(Style, 45));
 4572                getStyleWithColumns(Style, 44));
 4575                getStyleWithColumns(Style, 43));
 4579                getStyleWithColumns(Style, 50));
 4580   Style.ConstructorInitializerAllOnOneLineOrOnePerLine = true;
 4584       Style);
 4586   Style.ConstructorInitializerAllOnOneLineOrOnePerLine = false;
 4590       Style);
 4596       Style);
 4601       Style);
 4605                Style);
 4612                Style);
 4617                Style);
 4622                Style);
 4626                getStyleWithColumns(Style, 60));
 4630                Style);
 4638                Style);
 4640   FormatStyle OnePerLine = Style;
 4687                    Style));
 4689   Style.ColumnLimit = 0;
 4692                Style);
 4695                Style);
 4698                Style);
 4704                Style);
 4706   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_None;
 4710                Style);
 4714                Style);
 4716   Style.ColumnLimit = 80;
 4717   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
 4718   Style.ConstructorInitializerIndentWidth = 2;
 4719   verifyFormat("SomeClass::Constructor() : a(a), b(b), c(c) {}", Style);
 4723                Style);
 4727   Style.BreakInheritanceList = FormatStyle::BILS_BeforeColon;
 4732       Style);
 4733   Style.BreakInheritanceList = FormatStyle::BILS_BeforeComma;
 4738       Style);
 4739   Style.BreakInheritanceList = FormatStyle::BILS_AfterColon;
 4744       Style);