Searched refs:CFGDeleteDtor (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCFG.h216 /// CFGDeleteDtor - Represents C++ object destructor generated
218 class CFGDeleteDtor : public CFGImplicitDtor { class in namespace:clang
220 CFGDeleteDtor(const CXXRecordDecl *RD, const CXXDeleteExpr *DE) function in class:clang::CFGDeleteDtor
235 CFGDeleteDtor() {} function in class:clang::CFGDeleteDtor
688 Elements.push_back(CFGDeleteDtor(RD, DE), C);
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp972 else if (Optional<CFGDeleteDtor> DeleteDtor = E.getAs<CFGDeleteDtor>())
H A DPathDiagnostic.cpp562 const CFGDeleteDtor &Dtor = Source.castAs<CFGDeleteDtor>();
H A DExprEngine.cpp546 ProcessDeleteDtor(D.castAs<CFGDeleteDtor>(), Pred, Dst);
594 void ExprEngine::ProcessDeleteDtor(const CFGDeleteDtor Dtor,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h207 void ProcessDeleteDtor(const CFGDeleteDtor D,
/external/clang/lib/Analysis/
H A DCFG.cpp3725 const CXXDeleteExpr *DE = castAs<CFGDeleteDtor>().getDeleteExpr();
4115 } else if (Optional<CFGDeleteDtor> DE = E.getAs<CFGDeleteDtor>()) {

Completed in 2339 milliseconds