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

References

tools/clang/unittests/Format/FormatTest.cpp
 2496     Style.BreakBeforeBraces = BraceStyle;
 2502                  Style);
 2504   Style.BreakBeforeBraces = FormatStyle::BS_Stroustrup;
 2511                Style);
 2518                Style);
 2525                Style);
 2526   Style.BreakBeforeBraces = FormatStyle::BS_Allman;
 2535                Style);
 2536   Style.BreakBeforeBraces = FormatStyle::BS_Whitesmiths;
 2545                Style);
 2546   Style.BreakBeforeBraces = FormatStyle::BS_GNU;
 2555                Style);
 2556   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
 2557   Style.BraceWrapping.BeforeCatch = true;
 2564                Style);