Home | History | Annotate | Download | only in src

Lines Matching defs:block_scope

1996   Scope* block_scope = NewScope(top_scope_, BLOCK_SCOPE);
2000 block_scope->set_start_position(scanner().location().beg_pos);
2001 { BlockState block_state(this, block_scope);
2016 block_scope->set_end_position(scanner().location().end_pos);
2017 block_scope = block_scope->FinalizeBlockScope();
2018 body->set_block_scope(block_scope);
2839 Scope* for_scope = NewScope(top_scope_, BLOCK_SCOPE);