Searched defs:DecodeTypeFromStr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp7444 /// DecodeTypeFromStr - This decodes one type descriptor from Str, advancing the
7452 static QualType DecodeTypeFromStr(const char *&Str, const ASTContext &Context, function
7599 QualType ElementType = DecodeTypeFromStr(Str, Context, Error,
7616 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE,
7622 QualType ElementType = DecodeTypeFromStr(Str, Context, Error, RequiresICE,
7714 QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error,
7722 QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true);

Completed in 603 milliseconds