Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1108 Trigger = cast<Stmt>(DeleteDtor->getDeleteExpr()); in getCaller()
DPathDiagnostic.cpp562 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller()
DExprEngine.cpp614 const CXXDeleteExpr *DE = Dtor.getDeleteExpr(); in ProcessDeleteDtor()
/external/clang/include/clang/Analysis/
DCFG.h228 const CXXDeleteExpr *getDeleteExpr() const { in getDeleteExpr() function
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1435 Trigger = DeleteDtor->getDeleteExpr(); in getCaller()
DExprEngine.cpp990 const CXXDeleteExpr *DE = Dtor.getDeleteExpr(); in ProcessDeleteDtor()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp547 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx); in getLocationForCaller()
DCFG.cpp5039 const CXXDeleteExpr *DE = castAs<CFGDeleteDtor>().getDeleteExpr(); in getDestructorDecl()
5575 const_cast<CXXDeleteExpr*>(DE.getDeleteExpr()); in print_elem()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h424 const CXXDeleteExpr *getDeleteExpr() const { in getDeleteExpr() function
/external/clang/lib/Analysis/
DCFG.cpp3915 const CXXDeleteExpr *DE = castAs<CFGDeleteDtor>().getDeleteExpr(); in getDestructorDecl()
4310 const_cast<CXXDeleteExpr*>(DE->getDeleteExpr()); in print_elem()