Searched refs:DecodeTypeFromStr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ASTContext.cpp | 9237 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function 9409 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 9426 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 9432 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 9526 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() 9534 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()
|