Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2387 binder::TSModuleScope *tsModuleScope = nullptr; in AddExportLocalEntryItem() local
2390 tsModuleScope = Binder()->GetScope()->AsTSModuleScope(); in AddExportLocalEntryItem()
2398 tsModuleScope->AddExportVariable(binding->Name()); in AddExportLocalEntryItem()
2422 tsModuleScope->AddExportVariable(name->Name()); in AddExportLocalEntryItem()
2431 AddTsTypeExportLocalEntryItem(declNode, isTsModule, tsModuleScope); in AddExportLocalEntryItem()
2435 binder::TSModuleScope *tsModuleScope) in AddTsTypeExportLocalEntryItem() argument
2447 tsModuleScope->AddExportVariable(tsBinding.View()); in AddTsTypeExportLocalEntryItem()
DparserImpl.h510 binder::TSModuleScope *tsModuleScope); in DEFINE_BITOPS()