Searched refs:DecodeTypeFromStr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTContext.cpp | 10295 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function 10509 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 10522 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 10539 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 10545 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 10638 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr() 10655 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() 10663 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()
|