Searched refs:CFGScopeBegin (Results 1 – 2 of 2) sorted by relevance
315 class CFGScopeBegin : public CFGElement {317 CFGScopeBegin() {} in CFGScopeBegin() function318 CFGScopeBegin(const VarDecl *VD, const Stmt *S) in CFGScopeBegin() function1122 Elements.push_back(CFGScopeBegin(VD, S), C); in appendScopeBegin()1127 Elements.insert(Elements.rbegin(), 1, CFGScopeBegin(VD, S), C); in prependScopeBegin()
5550 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()