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

References

tools/clang/lib/Format/Format.cpp
  131     IO.enumCase(Value, "Never", FormatStyle::SIS_Never);
  132     IO.enumCase(Value, "Always", FormatStyle::SIS_Always);
  133     IO.enumCase(Value, "WithoutElse", FormatStyle::SIS_WithoutElse);
  136     IO.enumCase(Value, "false", FormatStyle::SIS_Never);
  137     IO.enumCase(Value, "true", FormatStyle::SIS_WithoutElse);