Home
last modified time | relevance | path

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

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