Searched refs:CFGScopeBegin (Results 1 – 2 of 2) sorted by relevance
317 class CFGScopeBegin : public CFGElement {319 CFGScopeBegin() {} in CFGScopeBegin() function320 CFGScopeBegin(const VarDecl *VD, const Stmt *S) in CFGScopeBegin() function1153 Elements.push_back(CFGScopeBegin(VD, S), C); in appendScopeBegin()
5859 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()