Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp7523 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function
7670 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr()
7687 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
7693 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
7785 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType()
7793 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()