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

References

tools/clang/unittests/Format/FormatTest.cpp
 1227   Style.AllowShortCaseLabelsOnASingleLine = true;
 1244                Style);
 1267                Style);
 1299                    Style));
 1310                    Style));
 1321                    Style));
 1327                Style);
 1342                Style);
 1343   Style.ColumnLimit = 21;
 1354                Style);
 1355   Style.ColumnLimit = 80;
 1356   Style.AllowShortCaseLabelsOnASingleLine = false;
 1357   Style.IndentCaseLabels = true;
 1370                    Style));
 1371   Style.AllowShortCaseLabelsOnASingleLine = true;
 1372   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 1373   Style.BraceWrapping.AfterCaseLabel = true;
 1374   Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
 1395                    Style));