Searched refs:CFGScopeBegin (Results 1 – 3 of 3) sorted by relevance
318 class CFGScopeBegin : public CFGElement {320 CFGScopeBegin() {} in CFGScopeBegin() function321 CFGScopeBegin(const VarDecl *VD, const Stmt *S) in CFGScopeBegin() function1159 Elements.push_back(CFGScopeBegin(VD, S), C); in appendScopeBegin()
91 return Elem->castAs<CFGScopeBegin>().getTriggerStmt(); in getStmt()
5972 if (const VarDecl *VD = E.castAs<CFGScopeBegin>().getVarDecl()) in print_elem()