Home
last modified time | relevance | path

Searched refs:TSModuleScope (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsModuleDeclaration.h37 …explicit TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool…
49 binder::TSModuleScope *Scope() const in Scope()
91 binder::TSModuleScope *scope_;
DtsModuleDeclaration.cpp55 auto scopeCtx = binder::LexicalScope<binder::TSModuleScope>::Enter(binder, scope_); in UpdateSelf()
/arkcompiler/ets_frontend/es2panda/binder/
DvariableFlags.h60 _(TSMODULE, TSModuleScope) \
Dscope.h716 class TSModuleScope : public FunctionScope {
718 explicit TSModuleScope(ArenaAllocator *allocator, Scope *parent, ExportBindings *exportBindings) in TSModuleScope() function
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp356 auto localCtx = binder::LexicalScope<binder::TSModuleScope>(Binder(), exportBindings); in ParseTsAmbientExternalModuleDeclaration()
412 auto localCtx = binder::LexicalScope<binder::TSModuleScope>(Binder(), exportBindings); in ParseTsModuleOrNamespaceDelaration()
2315 binder::TSModuleScope *tsModuleScope = nullptr; in AddExportLocalEntryItem()
2363 binder::TSModuleScope *tsModuleScope) in AddTsTypeExportLocalEntryItem()
DparserImpl.h460 binder::TSModuleScope *tsModuleScope);