Home | History | Annotate | Download | only in mips64

Lines Matching refs:outer_scope

1381     s = s->outer_scope();
1424 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {