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

References

tools/clang/lib/Format/Format.cpp
  175     IO.enumCase(Value, "Stroustrup", FormatStyle::BS_Stroustrup);
  668   case FormatStyle::BS_Stroustrup:
tools/clang/unittests/Format/FormatTest.cpp
 2504   Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
 6124   Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
11438   StroustrupBraceStyle.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
12653   Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
12661               FormatStyle::BS_Stroustrup);
12896   EXPECT_EQ(FormatStyle::BS_Stroustrup, Style.BreakBeforeBraces);