Home | History | Annotate | Download | only in mips

Lines Matching full:outer_scope

1279     s = s->outer_scope();
1314 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {