Searched refs:getDecltypeType (Results 1 – 7 of 7) sorted by relevance
723 QualType t = ctxt.getDecltypeType(nullptr_expr, makeConstInt(ctxt)); in TEST_F()
424 return ctx.getDecltypeType(expression, underlyingType);
1720 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()
9210 return Context.getDecltypeType(E, getDecltypeForExpr(E)); in BuildDecltypeType()
1406 return Importer.getToContext().getDecltypeType( in VisitDecltypeType()
5636 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() function in ASTContext