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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  937   if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths &&
tools/clang/lib/Format/Format.cpp
  177     IO.enumCase(Value, "Whitesmiths", FormatStyle::BS_Whitesmiths);
  687   case FormatStyle::BS_Whitesmiths:
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
 1227   if (Style.BreakBeforeBraces == FormatStyle::BS_Whitesmiths) {
tools/clang/unittests/Format/FormatTest.cpp
 2536   Style.BreakBeforeBraces = FormatStyle::BS_Whitesmiths;
 5036   Style.BreakBeforeBraces = FormatStyle::BS_Whitesmiths;
11736   WhitesmithsBraceStyle.BreakBeforeBraces = FormatStyle::BS_Whitesmiths;
12665               FormatStyle::BS_Whitesmiths);