Searched refs:DecodeTypeFromStr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 11663 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function 11877 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 11905 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 11921 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 11927 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 12020 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr() 12037 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() 12045 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()
|