Searched refs:CFGLifetimeEnds (Results 1 – 3 of 3) sorted by relevance
292 class CFGLifetimeEnds : public CFGElement {294 explicit CFGLifetimeEnds(const VarDecl *var, const Stmt *stmt) in CFGLifetimeEnds() function308 CFGLifetimeEnds() = default;1181 Elements.push_back(CFGLifetimeEnds(VD, S), C); in appendLifetimeEnds()
395 if (const ValueDecl *VD = Elt.castAs<CFGLifetimeEnds>().getVarDecl()) in builtinTransfer()
5849 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()