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

References

tools/clang/lib/Format/Format.cpp
  178     IO.enumCase(Value, "GNU", FormatStyle::BS_GNU);
  700   case FormatStyle::BS_GNU:
 1076   Style.BreakBeforeBraces = FormatStyle::BS_GNU;
tools/clang/unittests/Format/FormatTest.cpp
 2546   Style.BreakBeforeBraces = FormatStyle::BS_GNU;
11983   GNUBraceStyle.BreakBeforeBraces = FormatStyle::BS_GNU;
12666   CHECK_PARSE("BreakBeforeBraces: GNU", BreakBeforeBraces, FormatStyle::BS_GNU);