Searched refs:getDecltypeType (Results 1 – 6 of 6) sorted by relevance
1515 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const;
888 IvarT = Context->getDecltypeType(ME, ME->getType()); in getIvarAccessString()7535 IvarT = Context->getDecltypeType(ME, ME->getType()); in RewriteObjCIvarRefExpr()
8154 return Context.getDecltypeType(E, getDecltypeForExpr(*this, E)); in BuildDecltypeType()
4789 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext
1279 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()
6110 return Context.getDecltypeType(ReadExpr(*Loc.F), UnderlyingType); in readTypeRecord()