Searched refs:CFGScopeBegin (Results 1 – 2 of 2) sorted by relevance
310 class CFGScopeBegin : public CFGElement {312 CFGScopeBegin() {} in CFGScopeBegin() function313 CFGScopeBegin(const VarDecl *VD, const Stmt *S) in CFGScopeBegin() function900 Elements.push_back(CFGScopeBegin(VD, S), C); in appendScopeBegin()905 Elements.insert(Elements.rbegin(), 1, CFGScopeBegin(VD, S), C); in prependScopeBegin()
5192 } else if (Optional<CFGScopeBegin> SB = E.getAs<CFGScopeBegin>()) { in print_elem()