Home
last modified time | relevance | path

Searched defs:exportDecl (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DsavedBindingsCtx.cpp40 void ExportDeclarationContext::BindExportDecl(ir::AstNode *exportDecl) in BindExportDecl() argument
H A DscopesInitPhase.cpp313 void ScopesInitPhase::VisitExportDefaultDeclaration(ir::ExportDefaultDeclaration *exportDecl) in VisitExportDefaultDeclaration() argument
331 void ScopesInitPhase::VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) in VisitExportNamedDeclaration() argument
635 VisitExportDefaultDeclaration(ir::ExportDefaultDeclaration *exportDecl) VisitExportDefaultDeclaration() argument
641 VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) VisitExportNamedDeclaration() argument
1294 VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) VisitExportNamedDeclaration() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/parser/
H A DstatementTSParser.cpp295 ir::ExportNamedDeclaration *exportDecl = ParseNamedExportDeclaration(startLoc); in ParseExportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp192 void ImportExportDecls::VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) in VisitExportNamedDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp635 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDecl *decl) in AddExportDecl() argument
645 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDeclList &&decls) in AddExportDecl() argument
[all...]
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp218 void Binder::ValidateExportDecl(const ir::ExportNamedDeclaration *exportDecl) in ValidateExportDecl() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2898 ir::ExportNamedDeclaration *exportDecl = ParseNamedExportDeclaration(startLoc, std::move(decorators), in ParseExportDeclaration() local

Completed in 12 milliseconds