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

References

tools/clang/unittests/Format/FormatTest.cpp
  374   Style.AllowShortFunctionsOnASingleLine = FormatStyle::SFS_All;
  375   Style.MaxEmptyLinesToKeep = 2;
  376   Style.BreakBeforeBraces = FormatStyle::BS_Custom;
  377   Style.BraceWrapping.AfterClass = true;
  378   Style.BraceWrapping.AfterFunction = true;
  379   Style.KeepEmptyLinesAtTheStartOfBlocks = false;
  395                    Style));