Home | History | Annotate | Download | only in src

Lines Matching full:set_break_scope

786       owner->set_break_scope(this);
789 ~BreakAndContinueScope() { owner_->set_break_scope(next_); }
811 void set_break_scope(BreakAndContinueScope* head) { break_scope_ = head; }