Lines Matching full:for_scope
2839 Scope* for_scope = NewScope(top_scope_, BLOCK_SCOPE);
2840 top_scope_ = for_scope;
2844 for_scope->set_start_position(scanner().location().beg_pos);
2866 for_scope->set_end_position(scanner().location().end_pos);
2867 for_scope = for_scope->FinalizeBlockScope();
2868 ASSERT(for_scope == NULL);
2918 for_scope->set_end_position(scanner().location().end_pos);
2919 for_scope = for_scope->FinalizeBlockScope();
2920 body_block->set_block_scope(for_scope);
2949 for_scope->set_end_position(scanner().location().end_pos);
2950 for_scope = for_scope->FinalizeBlockScope();
2951 ASSERT(for_scope == NULL);
2983 for_scope->set_end_position(scanner().location().end_pos);
2984 for_scope = for_scope->FinalizeBlockScope();
2985 if (for_scope != NULL) {
3000 result->set_block_scope(for_scope);