HomeSort by: relevance | last modified time | path
    Searched refs:getDeleteExpr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
PathDiagnostic.cpp 547 return PathDiagnosticLocation(Dtor.getDeleteExpr(), SM, CallerCtx);
CFG.cpp 5045 const CXXDeleteExpr *DE = castAs<CFGDeleteDtor>().getDeleteExpr();
5581 const_cast<CXXDeleteExpr*>(DE.getDeleteExpr());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp 1435 Trigger = DeleteDtor->getDeleteExpr();
ExprEngine.cpp 990 const CXXDeleteExpr *DE = Dtor.getDeleteExpr();
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CFG.h 424 const CXXDeleteExpr *getDeleteExpr() const {

Completed in 36 milliseconds