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

References

tools/clang/lib/Format/Format.cpp
  109     IO.enumCase(Value, "Never", FormatStyle::SBS_Never);
  110     IO.enumCase(Value, "false", FormatStyle::SBS_Never);
  732   LLVMStyle.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never;
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
 1169   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never;
12607               AllowShortBlocksOnASingleLine, FormatStyle::SBS_Never);
12614               AllowShortBlocksOnASingleLine, FormatStyle::SBS_Never);
13931   ZeroColumn.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Never;