Home
last modified time | relevance | path

Searched defs:exportDeclaration (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/parser/
DstatementTSParser.cpp193 auto *exportDeclaration = AllocNode<ir::ExportDefaultDeclaration>(declNode, isExportEquals); in ParseExportDefaultDeclaration() local
269 …auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(Allocator(), decl, std::move(speci… in ParseNamedExportDeclaration() local
DstatementParser.cpp1658 auto *exportDeclaration = AllocNode<ir::ExportDefaultDeclaration>(declNode, isExportEquals); in ParseExportDefaultDeclaration() local
1704 auto *exportDeclaration = AllocNode<ir::ExportAllDeclaration>(source, exported); in ParseExportAllDeclaration() local
1759 …auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(Allocator(), source, std::move(spe… in ParseExportNamedSpecifiers() local
1814 …auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(Allocator(), decl, std::move(speci… in ParseNamedExportDeclaration() local
DASparser.cpp1624 auto *exportDeclaration = AllocNode<ir::ExportDefaultDeclaration>(declNode, isExportEquals); in ParseExportDefaultDeclaration() local
1699 …auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(Allocator(), decl, std::move(speci… in ParseNamedExportDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2525 auto *exportDeclaration = AllocNode<ir::ExportDefaultDeclaration>(declNode, isExportEquals); in ParseExportDefaultDeclaration() local
2574 auto *exportDeclaration = AllocNode<ir::ExportAllDeclaration>(source, exported, assertClause); in ParseExportAllDeclaration() local
2672 auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(source, std::move(specifiers), in ParseExportNamedSpecifiers() local
2835 auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(decl, std::move(specifiers)); in ParseNamedExportDeclaration() local
/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DScopeAnalyzer.spec.ts431 …const exportDeclaration = sourceFile.statements.find(node => node && node.kind === SyntaxKind.Expo… constant
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp2055 …auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(variableDeclaration, std::move(spe… in CreateVariableDeclarationForTSEnumOrTSModule() local