Searched refs:DecodeTypeFromStr (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ASTContext.cpp | 11077 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function 11291 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 11304 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 11321 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 11327 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 11420 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr() 11437 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() 11445 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()
|