Searched refs:DecodeTypeFromStr (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | ASTContext.cpp | 8091 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function 8238 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr() 8255 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 8261 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr() 8353 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType() 8361 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()
|