Lines Matching refs:scope_
87 return scope_; in GetScope()
223 Scope *scope_ {};
241 …: LexicalScope(binder->Allocator()->New<T>(binder->Allocator(), binder->scope_, std::forward<Args>… in LexicalScope()
248 return scope_; in GetScope()
254 binder_->scope_ = prevScope_; in ~LexicalScope()
268 …LexicalScope(T *scope, Binder *binder) : binder_(binder), scope_(scope), prevScope_(binder->scope_) in LexicalScope()
270 binder_->scope_ = scope_; in LexicalScope()
274 T *scope_ {};
284 if (scope_->AddTsDecl(Allocator(), decl, program_->Extension())) { in AddTsDecl()
299 if (scope_->AddTsDecl(Allocator(), decl, program_->Extension())) { in AddTsDecl()
313 if (scope_->AddDecl(Allocator(), decl, program_->Extension())) { in AddDecl()
328 if (scope_->AddDecl(Allocator(), decl, program_->Extension())) { in AddDecl()