Home
last modified time | relevance | path

Searched refs:getAllocatorExpr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp556 return PathDiagnosticLocation(Alloc.getAllocatorExpr(), SM, CallerCtx); in getLocationForCaller()
720 NewAllocElt->getAllocatorExpr()->getBeginLoc(), SMng); in create()
H A DCFG.cpp5873 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) in print_elem()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h253 const CXXNewExpr *getAllocatorExpr() const { in getAllocatorExpr() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp982 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()