Home
last modified time | relevance | path

Searched refs:AddExportDecl (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DsavedBindingsCtx.cpp77 moduleScope->AddExportDecl(exportDecl, std::move(declList)); in BindExportDecl()
H A DscopesInitPhase.cpp287 VarBinder()->GetScope()->AsModuleScope()->AddExportDecl(exportAllDecl, decl); in VisitExportAllDeclaration()
346 VarBinder()->GetScope()->AsModuleScope()->AddExportDecl(exportDecl, std::move(exportDecls)); in VisitExportNamedDeclaration()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp635 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDecl *decl) in AddExportDecl() function in ark::es2panda::varbinder::ModuleScope
642 AddExportDecl(exportDecl, std::move(decls)); in AddExportDecl()
645 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDeclList &&decls) in AddExportDecl() function in ark::es2panda::varbinder::ModuleScope
H A Dscope.h931 void AddExportDecl(ir::AstNode *exportDecl, ExportDecl *decl);
933 void AddExportDecl(ir::AstNode *exportDecl, ExportDeclList &&decls);

Completed in 7 milliseconds