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

References

tools/clang/lib/Format/Format.cpp
  143     IO.enumCase(Value, "None", FormatStyle::SLS_None);
  144     IO.enumCase(Value, "false", FormatStyle::SLS_None);
  145     IO.enumCase(Value, "Empty", FormatStyle::SLS_Empty);
  146     IO.enumCase(Value, "Inline", FormatStyle::SLS_Inline);
  147     IO.enumCase(Value, "All", FormatStyle::SLS_All);
  148     IO.enumCase(Value, "true", FormatStyle::SLS_All);