Searched refs:CFGScopeEnd (Results 1 – 2 of 2) sorted by relevance
343 class CFGScopeEnd : public CFGElement {345 CFGScopeEnd() {} in CFGScopeEnd() function346 CFGScopeEnd(const VarDecl *VD, const Stmt *S) : CFGElement(ScopeEnd, VD, S) {} in CFGScopeEnd() function1157 Elements.push_back(CFGScopeEnd(VD, S), C); in appendScopeEnd()
5866 if (const VarDecl *VD = E.castAs<CFGScopeEnd>().getVarDecl()) in print_elem()