Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp556 return PathDiagnosticLocation(Alloc.getAllocatorExpr(), SM, CallerCtx); in getLocationForCaller()
718 NewAllocElt->getAllocatorExpr()->getBeginLoc(), SMng); in create()
H A DCFG.cpp5861 if (const CXXNewExpr *AllocExpr = E.castAs<CFGNewAllocator>().getAllocatorExpr()) in print_elem()
/openbsd/gnu/llvm/clang/include/clang/Analysis/
H A DCFG.h251 const CXXNewExpr *getAllocatorExpr() const { in getAllocatorExpr() function
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp977 ProcessNewAllocator(E.castAs<CFGNewAllocator>().getAllocatorExpr(), in processCFGElement()