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

References

tools/clang/unittests/Format/FormatTest.cpp
  719   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always;
  720   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse;
  721   Style.BreakBeforeBraces = FormatStyle::BS_Allman;
  731                    Style));