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

References

tools/clang/lib/Format/Format.cpp
  565     IO.mapOptional("IndentBraces", Wrapping.IndentBraces);
tools/clang/lib/Format/UnwrappedLineParser.cpp
  177                                   Style.BraceWrapping.IndentBraces) {}
 1962     if (Style.BraceWrapping.IndentBraces)
 1991                                        Style.BraceWrapping.IndentBraces);
tools/clang/unittests/Format/FormatTest.cpp
12474   CHECK_PARSE_NESTED_BOOL(BraceWrapping, IndentBraces);