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

References

tools/clang/lib/Format/Format.cpp
  162     IO.enumCase(Value, "All", FormatStyle::BOS_All);
  163     IO.enumCase(Value, "true", FormatStyle::BOS_All);
  164     IO.enumCase(Value, "None", FormatStyle::BOS_None);
  165     IO.enumCase(Value, "false", FormatStyle::BOS_None);
  166     IO.enumCase(Value, "NonAssignment", FormatStyle::BOS_NonAssignment);