Home | History | Annotate | Download | only in ia32

Lines Matching refs:outer_scope

1324     s = s->outer_scope();
1371 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {