Searched refs:TSModuleScope (Results 1 – 6 of 6) sorted by relevance
37 …explicit TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool…49 binder::TSModuleScope *Scope() const in Scope()91 binder::TSModuleScope *scope_;
55 auto scopeCtx = binder::LexicalScope<binder::TSModuleScope>::Enter(binder, scope_); in UpdateSelf()
62 _(TSMODULE, TSModuleScope) \
845 class TSModuleScope : public FunctionScope {847 explicit TSModuleScope(ArenaAllocator *allocator, Scope *parent, ExportBindings *exportBindings) in TSModuleScope() function
365 auto localCtx = binder::LexicalScope<binder::TSModuleScope>(Binder(), exportBindings); in ParseTsAmbientExternalModuleDeclaration()421 auto localCtx = binder::LexicalScope<binder::TSModuleScope>(Binder(), exportBindings); in ParseTsModuleOrNamespaceDelaration()2376 binder::TSModuleScope *tsModuleScope = nullptr; in AddExportLocalEntryItem()2424 binder::TSModuleScope *tsModuleScope) in AddTsTypeExportLocalEntryItem()
503 binder::TSModuleScope *tsModuleScope); in DEFINE_BITOPS()