reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
9397 switch (*Str++) { 9398 default: Done = true; --Str; break; 9483 switch (*Str++) { 9582 unsigned NumElements = strtoul(Str, &End, 10); 9583 assert(End != Str && "Missing vector size"); 9584 Str = End; 9586 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, 9598 unsigned NumElements = strtoul(Str, &End, 10); 9599 assert(End != Str && "Missing vector size"); 9601 Str = End; 9603 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, 9609 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, 9653 switch (char c = *Str++) { 9654 default: Done = true; --Str; break; 9660 unsigned AddrSpace = strtoul(Str, &End, 10); 9661 if (End != Str) { 9666 Str = End;