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

References

tools/clang/lib/Format/Format.cpp
  131     IO.enumCase(Value, "Never", FormatStyle::SIS_Never);
  136     IO.enumCase(Value, "false", FormatStyle::SIS_Never);
  734   LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
  918     GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
 1007     ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
 1012     ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
 1106   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
tools/clang/unittests/Format/FormatTest.cpp
  619       FormatStyle::SIS_Never;
  686       FormatStyle::SIS_Never;
12735               AllowShortIfStatementsOnASingleLine, FormatStyle::SIS_Never);
12742               AllowShortIfStatementsOnASingleLine, FormatStyle::SIS_Never);