reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
85 UpdateOnReturn <const char*> UpdateBeg(Beg, I); 88 for ( ; I != E ; ++I) { 88 for ( ; I != E ; ++I) { 89 char c = *I; 92 H.HandleNullChar(I); 96 Start = I++; // Record the start of the format specifier. 105 if (I == E) { 112 if (ParseArgPosition(H, FS, Start, I, E)) 115 if (I == E) { 122 if (*I == '*') { 123 FS.setSuppressAssignment(I); 124 if (++I == E) { 132 const OptionalAmount &Amt = clang::analyze_format_string::ParseAmount(I, E); 137 if (I == E) { 145 if (ParseLengthModifier(FS, I, E, LO, /*IsScanf=*/true) && I == E) { 145 if (ParseLengthModifier(FS, I, E, LO, /*IsScanf=*/true) && I == E) { 152 if (*I == '\0') { 153 H.HandleNullChar(I); 158 const char *conversionPosition = I++; 202 if (ParseScanList(H, CS, I, E)) 214 unsigned Len = I - Beg;