Searched refs:getAllocatorExpr (Results 1 – 5 of 5) sorted by relevance
95 return Elem->castAs<CFGNewAllocator>().getAllocatorExpr(); in getStmt()
982 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()
551 return PathDiagnosticLocation(Alloc.getAllocatorExpr(), SM, CallerCtx); in getLocationForCaller()715 NewAllocElt->getAllocatorExpr()->getBeginLoc(), SMng); in create()
5986 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) in print_elem()
254 const CXXNewExpr *getAllocatorExpr() const { in getAllocatorExpr() function