Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeStr

7521   const char *TypeStr = BuiltinInfo.GetTypeString(Id);
7527 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error,
7534 while (TypeStr[0] && TypeStr[0] != '.') {
7535 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true);
7551 assert((TypeStr[0] != '.' || TypeStr[1] == 0) &&
7557 bool Variadic = (TypeStr[0] == '.');