Searched refs:CFGLifetimeEnds (Results 1 – 2 of 2) sorted by relevance
290 class CFGLifetimeEnds : public CFGElement {292 explicit CFGLifetimeEnds(const VarDecl *var, const Stmt *stmt) in CFGLifetimeEnds() function306 CFGLifetimeEnds() = default;1155 Elements.push_back(CFGLifetimeEnds(VD, S), C); in appendLifetimeEnds()1185 Elements.insert(I.base(), Cnt, CFGLifetimeEnds(nullptr, nullptr), C)); in beginLifetimeEndsInsert()1188 *I = CFGLifetimeEnds(VD, S); in insertLifetimeEnds()
5540 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS); in print_elem()