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

References

tools/clang/lib/Format/Format.cpp
  176     IO.enumCase(Value, "Allman", FormatStyle::BS_Allman);
  673   case FormatStyle::BS_Allman:
tools/clang/unittests/Format/FormatTest.cpp
  721   Style.BreakBeforeBraces = FormatStyle::BS_Allman;
 2526   Style.BreakBeforeBraces = FormatStyle::BS_Allman;
 5029   Style.BreakBeforeBraces = FormatStyle::BS_Allman;
11500   AllmanBraceStyle.BreakBeforeBraces = FormatStyle::BS_Allman;
12663               FormatStyle::BS_Allman);