Lines Matching refs:inner_scope
151 for (Scope* inner_scope = scope->inner_scope(); inner_scope != nullptr;
152 inner_scope = inner_scope->sibling()) {
153 if (RetrieveScopeChainDefaultConstructor(inner_scope)) return true;
165 for (Scope* inner_scope = current->inner_scope(); inner_scope != nullptr;
166 inner_scope = inner_scope->sibling()) {
167 if (SetClosureScopeIfFound(inner_scope) ||
168 ContainsPosition(inner_scope)) {
169 current = inner_scope;