Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp10253 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, in DecodeTypeFromStr() function
10462 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr()
10475 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, in DecodeTypeFromStr()
10492 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
10498 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE, in DecodeTypeFromStr()
10591 return DecodeTypeFromStr(Str, Context, Error, RequireICE, AllowTypeModifiers); in DecodeTypeStr()
10608 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error, in GetBuiltinType()
10616 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true); in GetBuiltinType()