Searched refs:cases_scope (Results 1 – 1 of 1) sorted by relevance
2923 Scope* cases_scope = NewScope(scope_, BLOCK_SCOPE); in ParseSwitchStatement() local2924 cases_scope->SetNonlinear(); in ParseSwitchStatement()2929 cases_scope->set_start_position(scanner()->location().beg_pos); in ParseSwitchStatement()2931 BlockState cases_block_state(&scope_, cases_scope); in ParseSwitchStatement()2949 cases_scope->set_end_position(scanner()->location().end_pos); in ParseSwitchStatement()2950 cases_scope = cases_scope->FinalizeBlockScope(); in ParseSwitchStatement()2951 cases_block->set_scope(cases_scope); in ParseSwitchStatement()