Home
last modified time | relevance | path

Searched refs:DecodeTypeFromStr (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTContext.cpp7949 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function
8096 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr()
8113 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
8119 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
8211 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType()
8219 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()