reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
229 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd; 229 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd; 229 while (*IDEnd >= '0' && *IDEnd <= '9') ++IDEnd; 232 if (StringRef(IDStart, IDEnd-IDStart).getAsInteger(10, Val)) 235 LastEmitted = IDEnd;