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

References

tools/clang/lib/Format/Format.cpp
  560     IO.mapOptional("AfterStruct", Wrapping.AfterStruct);
  662     Expanded.BraceWrapping.AfterStruct = true;
  681     Expanded.BraceWrapping.AfterStruct = true;
  695     Expanded.BraceWrapping.AfterStruct = true;
 1099   Style.BraceWrapping.AfterStruct = true;
tools/clang/lib/Format/TokenAnnotator.cpp
 3114            (Line.startsWith(tok::kw_struct) && Style.BraceWrapping.AfterStruct);
tools/clang/lib/Format/UnwrappedLineParser.cpp
  639     return Style.BraceWrapping.AfterStruct;
tools/clang/unittests/Format/FormatTest.cpp
 8759   Style.BraceWrapping.AfterStruct = true;
 8868   Style.BraceWrapping.AfterStruct = true;
12469   CHECK_PARSE_NESTED_BOOL(BraceWrapping, AfterStruct);