Searched refs:getDecltypeType (Results 1 – 6 of 6) sorted by relevance
465 return ctx.getDecltypeType(expression, underlyingType);
1776 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
886 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()7527 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
9481 return Context.getDecltypeType(E, getDecltypeForExpr(E)); in BuildDecltypeType()
1450 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()
6088 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext