Lines Matching full:for_scope
2707 Scope* for_scope = NewScope(top_scope_, BLOCK_SCOPE);
2708 top_scope_ = for_scope;
2712 for_scope->set_start_position(scanner().location().beg_pos);
2741 for_scope->set_end_position(scanner().location().end_pos);
2742 for_scope = for_scope->FinalizeBlockScope();
2743 ASSERT(for_scope == NULL);
2787 top_scope_ = for_scope;
2803 for_scope->set_end_position(scanner().location().end_pos);
2804 for_scope = for_scope->FinalizeBlockScope();
2805 body_block->set_scope(for_scope);
2836 for_scope->set_end_position(scanner().location().end_pos);
2837 for_scope = for_scope->FinalizeBlockScope();
2838 ASSERT(for_scope == NULL);
2870 for_scope->set_end_position(scanner().location().end_pos);
2871 for_scope = for_scope->FinalizeBlockScope();
2872 if (for_scope != NULL) {
2887 result->set_scope(for_scope);