Home | History | Annotate | Download | only in compiler

Lines Matching full:outer_scope

3096   for (Scope* s = current_scope(); s != nullptr; s = s->outer_scope()) {
3114 for (Scope* s = current_scope(); s != nullptr; s = s->outer_scope()) {