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);
  111     IO.enumCase(Value, "Always", FormatStyle::SBS_Always);
  112     IO.enumCase(Value, "true", FormatStyle::SBS_Always);
  113     IO.enumCase(Value, "Empty", FormatStyle::SBS_Empty);