Searched refs:var_and_index (Results 1 – 1 of 1) sorted by relevance
61 for (auto var_and_index : temps_) { in ~Rewriter() local62 var_and_index.first->set_scope(new_scope_closure_); in ~Rewriter()63 new_scope_closure_->AddTemporary(var_and_index.first); in ~Rewriter()