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

References

tools/clang/lib/AST/FormatString.cpp
   82     const OptionalAmount &Amt = ParseAmount(I, E);
   85       H.HandleInvalidPosition(Beg, I - Beg, p);
   89     if (I == E) {
   97     if (*I == '$') {
  102         H.HandleZeroPosition(Beg, I - Beg + 1);
  107       Beg = ++I;
  113     H.HandleInvalidPosition(Beg, I - Beg, p);