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

References

tools/clang/lib/Format/Format.cpp
  113     IO.enumCase(Value, "Empty", FormatStyle::SBS_Empty);
 1054   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
tools/clang/unittests/Format/FormatTest.cpp
 3866   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
12605   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Empty;
12609               AllowShortBlocksOnASingleLine, FormatStyle::SBS_Empty);