Home | History | Annotate | Download | only in ia32

Lines Matching full:outer_scope

1205     s = s->outer_scope();
1241 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {