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

References

tools/clang/lib/Format/Format.cpp
  133     IO.enumCase(Value, "WithoutElse", FormatStyle::SIS_WithoutElse);
  137     IO.enumCase(Value, "true", FormatStyle::SIS_WithoutElse);
  848       FormatStyle::SIS_WithoutElse;
  987         FormatStyle::SIS_WithoutElse;
tools/clang/unittests/Format/FormatTest.cpp
  455       FormatStyle::SIS_WithoutElse;
  507       FormatStyle::SIS_WithoutElse;
  568       FormatStyle::SIS_WithoutElse;
  645       FormatStyle::SIS_WithoutElse;
  720   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse;
 3697   SingleLine.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse;
 8995       FormatStyle::SIS_WithoutElse;
11683       FormatStyle::SIS_WithoutElse;
12738               FormatStyle::SIS_WithoutElse);
12745               FormatStyle::SIS_WithoutElse);
tools/clang/unittests/Format/FormatTestSelective.cpp
  101   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse;