Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DsavedBindingsCtx.cpp40 void ExportDeclarationContext::BindExportDecl(ir::AstNode *exportDecl) in BindExportDecl()
DscopesInitPhase.cpp349 void ScopesInitPhase::VisitExportDefaultDeclaration(ir::ExportDefaultDeclaration *exportDecl) in VisitExportDefaultDeclaration()
367 void ScopesInitPhase::VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) in VisitExportNamedDeclaration()
721 void InitScopesPhaseTs::VisitExportDefaultDeclaration(ir::ExportDefaultDeclaration *exportDecl) in VisitExportDefaultDeclaration()
727 void InitScopesPhaseTs::VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) in VisitExportNamedDeclaration()
1441 void InitScopesPhaseAS::VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) in VisitExportNamedDeclaration()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DexportAnonymousConst.cpp22 …Node *CreateAnonymousVariableDecl(public_lib::Context *ctx, ir::ExportNamedDeclaration *exportDecl) in CreateAnonymousVariableDecl()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementTSParser.cpp303 ir::ExportNamedDeclaration *exportDecl = ret->AsExportNamedDeclaration(); in ParseExportDeclaration() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DInteropTypescriptLinter.ts320 const exportDecl = node as ts.ExportDeclaration; constant
DTypeScriptLinter.ts6174 const exportDecl = node as ts.ExportDeclaration; constant
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp186 void ImportExportDecls::VisitExportNamedDeclaration(ir::ExportNamedDeclaration *exportDecl) in VisitExportNamedDeclaration()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp749 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDecl *decl) in AddExportDecl()
760 void ModuleScope::AddExportDecl(ir::AstNode *exportDecl, ExportDeclList &&decls) in AddExportDecl()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp208 void Binder::ValidateExportDecl(const ir::ExportNamedDeclaration *exportDecl) in ValidateExportDecl()
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts3381 for (const exportDecl of statement.declarationList.declarations) { constant
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2904 …ir::ExportNamedDeclaration *exportDecl = ParseNamedExportDeclaration(startLoc, std::move(decorator… in ParseExportDeclaration() local