Home
last modified time | relevance | path

Searched defs:exportDecl (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DsavedBindingsCtx.cpp40 void ExportDeclarationContext::BindExportDecl(ir::AstNode *exportDecl) in BindExportDecl()
DscopesInitPhase.cpp300 void ScopesInitPhase::VisitExportDefaultDeclaration(ir::ExportDefaultDeclaration *exportDecl) in VisitExportDefaultDeclaration()
318 void ScopesInitPhase::VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) in VisitExportNamedDeclaration()
622 void InitScopesPhaseTs::VisitExportDefaultDeclaration(ir::ExportDefaultDeclaration *exportDecl) in VisitExportDefaultDeclaration()
628 void InitScopesPhaseTs::VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) in VisitExportNamedDeclaration()
1281 void InitScopesPhaseAS::VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) in VisitExportNamedDeclaration()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementTSParser.cpp295 ir::ExportNamedDeclaration *exportDecl = ParseNamedExportDeclaration(startLoc); in ParseExportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp127 void ImportExportDecls::VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) in VisitExportNamedDeclaration()
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DInteropTypescriptLinter.ts452 const exportDecl = node as ts.ExportDeclaration; constant
DTypeScriptLinter.ts2690 const exportDecl = node as ts.ExportDeclaration; constant
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp635 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDecl *decl) in AddExportDecl()
645 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDeclList &&decls) in AddExportDecl()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp205 void Binder::ValidateExportDecl(const ir::ExportNamedDeclaration *exportDecl) in ValidateExportDecl()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2830 …ir::ExportNamedDeclaration *exportDecl = ParseNamedExportDeclaration(startLoc, std::move(decorator… in ParseExportDeclaration() local