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

References

tools/clang/lib/Format/Format.cpp
  563     IO.mapOptional("BeforeCatch", Wrapping.BeforeCatch);
  670     Expanded.BraceWrapping.BeforeCatch = true;
  684     Expanded.BraceWrapping.BeforeCatch = true;
  697     Expanded.BraceWrapping.BeforeCatch = true;
 1101   Style.BraceWrapping.BeforeCatch = true;
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1828     if (Style.BraceWrapping.BeforeCatch) {
 1866     if (Style.BraceWrapping.BeforeCatch)
tools/clang/unittests/Format/FormatTest.cpp
 2557   Style.BraceWrapping.BeforeCatch = true;
12472   CHECK_PARSE_NESTED_BOOL(BraceWrapping, BeforeCatch);