Home
last modified time | relevance | path

Searched refs:ExportDecl (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DsavedBindingsCtx.cpp72 VarBinder()->AddDecl<varbinder::ExportDecl>(variable->Declaration()->Node()->Start(), exportName, name); in BindExportDecl()
H A DscopesInitPhase.cpp286 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 Ddeclaration.h363 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 DvariableFlags.h34 _(EXPORT, ExportDecl) \
H A Dscope.h897 using ExportDeclList = ArenaVector<ExportDecl *>;
931 void AddExportDecl(ir::AstNode *exportDecl, ExportDecl *decl);
H A Dscope.cpp635 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDecl *decl) in AddExportDecl()
639 ArenaVector<ExportDecl *> decls(allocator_->Adapter()); in AddExportDecl()

Completed in 8 milliseconds