Searched refs:CFGAutomaticObjDtor (Results 1 – 10 of 10) sorted by relevance
213 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in walk()
170 else if (LastElement.getAs<CFGAutomaticObjDtor>()) in checkEndFunction()
417 class CFGAutomaticObjDtor: public CFGImplicitDtor {419 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt) in CFGAutomaticObjDtor() function434 CFGAutomaticObjDtor() = default;1173 Elements.push_back(CFGAutomaticObjDtor(VD, S), C); in appendAutomaticObjDtor()
266 } else if (std::optional<CFGAutomaticObjDtor> AutoDtor = in HandleBlockEdge()267 LastElement.getAs<CFGAutomaticObjDtor>()) { in HandleBlockEdge()
1472 if (std::optional<CFGAutomaticObjDtor> AutoDtor = in getCaller()1473 E.getAs<CFGAutomaticObjDtor>()) in getCaller()
1295 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst); in ProcessImplicitDtor()1337 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor, in ProcessAutomaticObjDtor()
494 if (std::optional<CFGAutomaticObjDtor> Dtor = in runOnBlock()495 elem.getAs<CFGAutomaticObjDtor>()) { in runOnBlock()
539 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); in getLocationForCaller()
5303 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()5829 CFGAutomaticObjDtor DE = E.castAs<CFGAutomaticObjDtor>(); in print_elem()
304 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,