Home | History | Annotate | Download | only in x64

Lines Matching refs:outer_scope

1358     s = s->outer_scope();
1405 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {