Searched refs:getDecltypeType (Results 1 – 6 of 6) sorted by relevance
1305 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
884 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()7543 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
7325 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
1808 return Importer.getToContext().getDecltypeType(ToExpr, UnderlyingType); in VisitDecltypeType()
3971 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
5439 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType); in readTypeRecord()