Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp7875 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function
8022 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr()
8039 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
8045 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
8137 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType()
8145 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()