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

References

tools/clang/unittests/Format/FormatTest.cpp
 1168   Style.IndentCaseLabels = true;
 1169   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never;
 1170   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 1171   Style.BraceWrapping.AfterCaseLabel = true;
 1172   Style.BraceWrapping.AfterControlStatement = FormatStyle::BWACS_Always;
 1192                    Style));
 1193   Style.BraceWrapping.AfterCaseLabel = false;
 1213                    Style));