Searched refs:CFGScopeEnd (Results 1 – 3 of 3) sorted by relevance
344 class CFGScopeEnd : public CFGElement {346 CFGScopeEnd() {} in CFGScopeEnd() function347 CFGScopeEnd(const VarDecl *VD, const Stmt *S) : CFGElement(ScopeEnd, VD, S) {} in CFGScopeEnd() function1163 Elements.push_back(CFGScopeEnd(VD, S), C); in appendScopeEnd()
93 return Elem->castAs<CFGScopeEnd>().getTriggerStmt(); in getStmt()
5979 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()