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

References

tools/clang/lib/Format/Format.cpp
  174     IO.enumCase(Value, "Mozilla", FormatStyle::BS_Mozilla);
  658   case FormatStyle::BS_Mozilla:
 1032   MozillaStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla;
tools/clang/unittests/Format/FormatTest.cpp
 2494   for (auto BraceStyle : {FormatStyle::BS_Attach, FormatStyle::BS_Mozilla,
11393   MozillaBraceStyle.BreakBeforeBraces = FormatStyle::BS_Mozilla;
12659               FormatStyle::BS_Mozilla);