Searched refs:set_break_scope (Results 1 – 1 of 1) sorted by relevance
2058 owner->set_break_scope(this); in BreakAndContinueScope()2061 ~BreakAndContinueScope() { owner_->set_break_scope(next_); } in ~BreakAndContinueScope()2084 void set_break_scope(BreakAndContinueScope* head) { break_scope_ = head; } in set_break_scope() function