Searched refs:DecodeTypeFromStr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 11184 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function 11398 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 11422 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 11438 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 11444 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 11537 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr() 11554 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() 11562 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()
|