Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeStr

6499   const char *TypeStr = BuiltinInfo.GetTypeString(Id);
6505 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error,
6512 while (TypeStr[0] && TypeStr[0] != '.') {
6513 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true);
6529 assert((TypeStr[0] != '.' || TypeStr[1] == 0) &&
6535 bool Variadic = (TypeStr[0] == '.');