Searched refs:DecodeTypeFromStr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTContext.cpp | 10932 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function 11146 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 11159 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 11176 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 11182 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 11275 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr() 11292 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() 11300 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()
|