Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1435 Trigger = DeleteDtor->getDeleteExpr(); in getCaller()
H A DExprEngine.cpp990 const CXXDeleteExpr *DE = Dtor.getDeleteExpr(); in ProcessDeleteDtor()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DPathDiagnostic.cpp547 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller()
H A DCFG.cpp5045 const CXXDeleteExpr *DE = castAs<CFGDeleteDtor>().getDeleteExpr(); in getDestructorDecl()
5581 const_cast<CXXDeleteExpr*>(DE.getDeleteExpr()); in print_elem()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DCFG.h424 const CXXDeleteExpr *getDeleteExpr() const { in getDeleteExpr() function