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

References

tools/clang/lib/Format/Format.cpp
  230     IO.enumCase(Value, "None", FormatStyle::RTBS_None);
  231     IO.enumCase(Value, "All", FormatStyle::RTBS_All);
  232     IO.enumCase(Value, "TopLevel", FormatStyle::RTBS_TopLevel);
  233     IO.enumCase(Value, "TopLevelDefinitions",
  235     IO.enumCase(Value, "AllDefinitions", FormatStyle::RTBS_AllDefinitions);