Home | History | Annotate | Download | only in AST

Lines Matching refs:TypeStr

8205   const char *TypeStr = BuiltinInfo.getTypeString(Id);
8211 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error,
8218 while (TypeStr[0] && TypeStr[0] != '.') {
8219 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true);
8238 assert((TypeStr[0] != '.' || TypeStr[1] == 0) &&
8244 bool Variadic = (TypeStr[0] == '.');