Searched refs:getConstructorArg (Results 1 – 4 of 4) sorted by relevance
1190 PrintExpr(E->getConstructorArg(0)); in VisitCXXNewExpr()1193 PrintExpr(E->getConstructorArg(i)); in VisitCXXNewExpr()
693 const Expr *Init = E->getConstructorArg(0); in StoreAnyExprIntoOneUnit()803 isa<ImplicitValueInitExpr>(E->getConstructorArg(0))) { in EmitNewInitializer()
1168 Expr *getConstructorArg(unsigned i) { in getConstructorArg() function1172 const Expr *getConstructorArg(unsigned i) const { in getConstructorArg() function
1902 AddStmt(E->getConstructorArg(I-1)); in VisitCXXNewExpr()