Searched refs:ExportDecl (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | savedBindingsCtx.cpp | 72 VarBinder()->AddDecl<varbinder::ExportDecl>(variable->Declaration()->Node()->Start(), exportName, name); in BindExportDecl()
|
H A D | scopesInitPhase.cpp | 286 AddOrGetDecl<varbinder::ExportDecl>(VarBinder(), name, exportAllDecl, exportAllDecl->Start(), name, "*"); in VisitExportAllDeclaration() 342 AddOrGetDecl<varbinder::ExportDecl>(VarBinder(), spec->Local()->Name(), spec, exportDecl->Start(), in VisitExportNamedDeclaration()
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | declaration.h | 363 class ExportDecl : public Decl { class 365 explicit ExportDecl(util::StringView exportName, util::StringView localName) in ExportDecl() function in ark::es2panda::ark::es2panda::varbinder::ExportDecl 370 explicit ExportDecl(util::StringView exportName, util::StringView localName, ir::AstNode *node) in ExportDecl() function in ark::es2panda::ark::es2panda::varbinder::ExportDecl
|
H A D | variableFlags.h | 34 _(EXPORT, ExportDecl) \
|
H A D | scope.h | 897 using ExportDeclList = ArenaVector<ExportDecl *>; 931 void AddExportDecl(ir::AstNode *exportDecl, ExportDecl *decl);
|
H A D | scope.cpp | 635 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDecl *decl) in AddExportDecl() 639 ArenaVector<ExportDecl *> decls(allocator_->Adapter()); in AddExportDecl()
|
Completed in 8 milliseconds