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

References

tools/clang/lib/Format/Format.cpp
  553     IO.mapOptional("AfterCaseLabel", Wrapping.AfterCaseLabel);
  674     Expanded.BraceWrapping.AfterCaseLabel = true;
  688     Expanded.BraceWrapping.AfterCaseLabel = true;
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1990                                        Style.BraceWrapping.AfterCaseLabel,
tools/clang/unittests/Format/FormatTest.cpp
 1171   Style.BraceWrapping.AfterCaseLabel = true;
 1193   Style.BraceWrapping.AfterCaseLabel = false;
 1373   Style.BraceWrapping.AfterCaseLabel = true;
12463   CHECK_PARSE_NESTED_BOOL(BraceWrapping, AfterCaseLabel);