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

References

tools/clang/lib/Format/Format.cpp
  132     IO.enumCase(Value, "Always", FormatStyle::SIS_Always);
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  447     if (Style.AllowShortIfStatementsOnASingleLine != FormatStyle::SIS_Always) {
tools/clang/unittests/Format/FormatTest.cpp
  520   AllowsMergedIf.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Always;
11956       FormatStyle::SIS_Always;
12733   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Always;
12740               AllowShortIfStatementsOnASingleLine, FormatStyle::SIS_Always);