Home
last modified time | relevance | path

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

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