Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CXXNewExpr

443   CFGBlock *VisitCXXNewExpr(CXXNewExpr *DE, AddStmtChoice asc);
606 void appendNewAllocator(CFGBlock *B, CXXNewExpr *NE) {
1506 return VisitCXXNewExpr(cast<CXXNewExpr>(S), asc);
3531 CFGBlock *CFGBuilder::VisitCXXNewExpr(CXXNewExpr *NE,
3543 for (CXXNewExpr::arg_iterator I = NE->placement_arg_begin(),
4270 if (const CXXNewExpr *AllocExpr = NE->getAllocatorExpr())