Searched refs:getDecltypeType (Results 1 – 6 of 6) sorted by relevance
428 return ctx.getDecltypeType(expression, underlyingType);
1695 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
887 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()7530 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
9306 return Context.getDecltypeType(E, getDecltypeForExpr(E)); in BuildDecltypeType()
1404 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()
5691 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext