Home | History | Annotate | Download | only in ast

Lines Matching refs:inner_scope_

156       top_inner_scope_(scope->inner_scope_),
338 inner_scope_ = nullptr;
389 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) {
795 DCHECK_NULL(inner_scope_);
824 if (inner_scope_ != nullptr) {
825 Scope* scope = inner_scope_;
831 scope->sibling_ = outer_scope()->inner_scope_;
832 outer_scope()->inner_scope_ = inner_scope_;
833 inner_scope_ = nullptr;
886 DCHECK_EQ(new_parent, outer_scope_->inner_scope_);
889 DCHECK_NULL(new_parent->inner_scope_);
906 new_parent->inner_scope_ = new_parent->sibling_;
908 // Reset the sibling rather than the inner_scope_ since we
1506 inner_scope_ = nullptr;
1539 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) {
1793 for (Scope* scope = inner_scope_; scope != nullptr;
1805 if (!is_hidden() && inner_scope_ == nullptr) {
1809 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) {
1816 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) {
1820 DCHECK_NULL(scope->inner_scope_);
2069 for (Scope* scope = inner_scope_; scope != nullptr;
2121 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) {
2308 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) {
2358 for (Scope* scope = inner_scope_; scope != nullptr; scope = scope->sibling_) {