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

References

tools/clang/lib/Format/Format.cpp
  257     IO.enumCase(Value, "None", FormatStyle::DRTBS_None);
  258     IO.enumCase(Value, "All", FormatStyle::DRTBS_All);
  259     IO.enumCase(Value, "TopLevel", FormatStyle::DRTBS_TopLevel);
  262     IO.enumCase(Value, "false", FormatStyle::DRTBS_None);
  263     IO.enumCase(Value, "true", FormatStyle::DRTBS_All);