Searched refs:getDecltypeType (Results 1 – 6 of 6) sorted by relevance
1189 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
895 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()7691 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
5577 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
1682 return Importer.getToContext().getDecltypeType(ToExpr, UnderlyingType); in VisitDecltypeType()
3779 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
5460 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType); in readTypeRecord()