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

References

tools/clang/lib/AST/PrintfFormatString.cpp
  899   os << "%";
  903     os << getPositionalArgIndex() << "$";
  907   if (IsLeftJustified)    os << "-";
  908   if (HasPlusPrefix)      os << "+";
  909   if (HasSpacePrefix)     os << " ";
  910   if (HasAlternativeForm) os << "#";
  911   if (HasLeadingZeroes)   os << "0";
  914   FieldWidth.toString(os);
  916   Precision.toString(os);
  920     os << 'v' << VectorNumElts.getConstantAmount();
  923   os << LM.toString();
  925   os << CS.toString();