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

References

tools/clang/include/clang/Format/Format.h
 2039            AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
 2039            AllowShortBlocksOnASingleLine == R.AllowShortBlocksOnASingleLine &&
tools/clang/lib/Format/Format.cpp
  393                    Style.AllowShortBlocksOnASingleLine);
  732   LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never;
 1054   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
tools/clang/lib/Format/TokenAnnotator.cpp
 3116       Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never)
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
  303       return Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never
  336       if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never) {
  432         Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never)
  532       if (Style.AllowShortBlocksOnASingleLine == FormatStyle::SBS_Never)
  641       if (Style.AllowShortBlocksOnASingleLine != FormatStyle::SBS_Never ||
tools/clang/unittests/Format/FormatTest.cpp
  564   AllowSimpleBracedStatements.AllowShortBlocksOnASingleLine =
  719   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always;
 1169   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never;
 3866   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
12605   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
12607               AllowShortBlocksOnASingleLine, FormatStyle::SBS_Never);
12609               AllowShortBlocksOnASingleLine, FormatStyle::SBS_Empty);
12611               AllowShortBlocksOnASingleLine, FormatStyle::SBS_Always);
12614               AllowShortBlocksOnASingleLine, FormatStyle::SBS_Never);
12616               AllowShortBlocksOnASingleLine, FormatStyle::SBS_Always);
13770   ShortBlocks.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always;
13928   ZeroColumn.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always;
13931   ZeroColumn.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never;