Home
last modified time | relevance | path

Searched refs:tsModuleScope (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2315 binder::TSModuleScope *tsModuleScope = nullptr; in AddExportLocalEntryItem() local
2318 tsModuleScope = Binder()->GetScope()->AsTSModuleScope(); in AddExportLocalEntryItem()
2326 tsModuleScope->AddExportVariable(binding->Name()); in AddExportLocalEntryItem()
2350 tsModuleScope->AddExportVariable(name->Name()); in AddExportLocalEntryItem()
2359 AddTsTypeExportLocalEntryItem(declNode, isTsModule, tsModuleScope); in AddExportLocalEntryItem()
2363 binder::TSModuleScope *tsModuleScope) in AddTsTypeExportLocalEntryItem() argument
2375 tsModuleScope->AddExportVariable(tsBinding.View()); in AddTsTypeExportLocalEntryItem()
DparserImpl.h460 binder::TSModuleScope *tsModuleScope);