Home | History | Annotate | Download | only in x64

Lines Matching full:outer_scope

1235     s = s->outer_scope();
1272 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {