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

References

tools/clang/lib/Format/Format.cpp
  305     IO.enumCase(Value, "Middle", FormatStyle::PAS_Middle);
  306     IO.enumCase(Value, "Left", FormatStyle::PAS_Left);
  307     IO.enumCase(Value, "Right", FormatStyle::PAS_Right);
  310     IO.enumCase(Value, "true", FormatStyle::PAS_Left);
  311     IO.enumCase(Value, "false", FormatStyle::PAS_Right);