Home | History | Annotate | Download | only in arm64

Lines Matching refs:outer_scope

1387     s = s->outer_scope();
1427 for (Scope* s = scope(); s != var->scope(); s = s->outer_scope()) {