Lines Matching full:outer_scope
1197 s = s->outer_scope();1233 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {