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

References

tools/clang/lib/AST/FormatString.cpp
   80   if (*Beg == '*') {
   81     const char *I = Beg + 1;
   85       H.HandleInvalidPosition(Beg, I - Beg, p);
   85       H.HandleInvalidPosition(Beg, I - Beg, p);
  102         H.HandleZeroPosition(Beg, I - Beg + 1);
  102         H.HandleZeroPosition(Beg, I - Beg + 1);
  106       const char *Tmp = Beg;
  107       Beg = ++I;
  113     H.HandleInvalidPosition(Beg, I - Beg, p);
  113     H.HandleInvalidPosition(Beg, I - Beg, p);
  117   return ParseAmount(Beg, E);