Home | History | Annotate | Download | only in gcmole

Lines Matching refs:CXXNewExpr

551     VISIT(CXXNewExpr);
701 DECL_VISIT_EXPR(CXXNewExpr) { return VisitExpr(expr->getInitializer(), env); }