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

References

tools/clang/lib/Format/Format.cpp
  111     IO.enumCase(Value, "Always", FormatStyle::SBS_Always);
  112     IO.enumCase(Value, "true", FormatStyle::SBS_Always);
tools/clang/unittests/Format/FormatTest.cpp
  565       FormatStyle::SBS_Always;
  719   Style.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always;
12611               AllowShortBlocksOnASingleLine, FormatStyle::SBS_Always);
12616               AllowShortBlocksOnASingleLine, FormatStyle::SBS_Always);
13770   ShortBlocks.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always;
13928   ZeroColumn.AllowShortBlocksOnASingleLine = FormatStyle::SBS_Always;