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

References

tools/clang/include/clang/Format/Format.h
 2044            AllowShortIfStatementsOnASingleLine ==
 2045                R.AllowShortIfStatementsOnASingleLine &&
tools/clang/lib/Format/Format.cpp
  401                    Style.AllowShortIfStatementsOnASingleLine);
  734   LLVMStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
  847   GoogleStyle.AllowShortIfStatementsOnASingleLine =
  918     GoogleStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
  986     ChromiumStyle.AllowShortIfStatementsOnASingleLine =
 1007     ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
 1012     ChromiumStyle.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
 1106   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Never;
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  390       return Style.AllowShortIfStatementsOnASingleLine
  447     if (Style.AllowShortIfStatementsOnASingleLine != FormatStyle::SIS_Always) {
  536       if (!Style.AllowShortIfStatementsOnASingleLine &&
  541       if (!Style.AllowShortIfStatementsOnASingleLine &&
tools/clang/unittests/Format/FormatTest.cpp
  454   AllowsMergedIf.AllowShortIfStatementsOnASingleLine =
  506   AllowsMergedIf.AllowShortIfStatementsOnASingleLine =
  520   AllowsMergedIf.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Always;
  567   AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine =
  618   AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine =
  644   AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine =
  685   AllowSimpleBracedStatements.AllowShortIfStatementsOnASingleLine =
  720   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse;
 3697   SingleLine.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse;
 8994   AllowsMergedIf.AllowShortIfStatementsOnASingleLine =
11682   BreakBeforeBraceShortIfs.AllowShortIfStatementsOnASingleLine =
11955   BreakBeforeBraceShortIfs.AllowShortIfStatementsOnASingleLine =
12733   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_Always;
12735               AllowShortIfStatementsOnASingleLine, FormatStyle::SIS_Never);
12737               AllowShortIfStatementsOnASingleLine,
12740               AllowShortIfStatementsOnASingleLine, FormatStyle::SIS_Always);
12742               AllowShortIfStatementsOnASingleLine, FormatStyle::SIS_Never);
12744               AllowShortIfStatementsOnASingleLine,
tools/clang/unittests/Format/FormatTestSelective.cpp
  101   Style.AllowShortIfStatementsOnASingleLine = FormatStyle::SIS_WithoutElse;