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

References

tools/clang/lib/Format/Format.cpp
  293     IO.enumCase(Value, "DontAlign", FormatStyle::ENAS_DontAlign);
  294     IO.enumCase(Value, "Left", FormatStyle::ENAS_Left);
  295     IO.enumCase(Value, "Right", FormatStyle::ENAS_Right);
  298     IO.enumCase(Value, "true", FormatStyle::ENAS_Left);
  299     IO.enumCase(Value, "false", FormatStyle::ENAS_Right);