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