Searched refs:switch_builder (Results 1 – 1 of 1) sorted by relevance
1021 SwitchBuilder switch_builder(builder(), clauses->length()); in VisitSwitchStatement() local1022 ControlScopeForBreakable scope(this, stmt, &switch_builder); in VisitSwitchStatement()1045 switch_builder.Case(i); in VisitSwitchStatement()1050 switch_builder.DefaultAt(default_index); in VisitSwitchStatement()1054 switch_builder.Break(); in VisitSwitchStatement()1060 switch_builder.SetCaseTarget(i); in VisitSwitchStatement()1063 switch_builder.BindBreakTarget(); in VisitSwitchStatement()