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

References

tools/clang/unittests/Format/FormatTestSelective.cpp
   28         reformat(Style, Code, Ranges, "<stdin>", &Status);
   56   Style.ColumnLimit = 12;
  101   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse;
  393   Style.AlignEscapedNewlines = FormatStyle::ENAS_Left;
  522   Style.ColumnLimit = 11;
  533   Style.IndentWidth = 8;
  534   Style.UseTab = FormatStyle::UT_Always;
  535   Style.AlignEscapedNewlines = FormatStyle::ENAS_Left;
  587   Style = getGoogleStyle(FormatStyle::LK_JavaScript);