Home | History | Annotate | Download | only in ia32

Lines Matching refs:outer_scope

1171     s = s->outer_scope();
1213 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {