Searched defs:exportDeclaration (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | statementTSParser.cpp | 193 auto *exportDeclaration = AllocNode<ir::ExportDefaultDeclaration>(declNode, isExportEquals); in ParseExportDefaultDeclaration() local 269 …auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(Allocator(), decl, std::move(speci… in ParseNamedExportDeclaration() local
|
| D | statementParser.cpp | 1658 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
|
| D | ASparser.cpp | 1624 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/ |
| D | statementParser.cpp | 2525 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/ |
| D | ScopeAnalyzer.spec.ts | 431 …const exportDeclaration = sourceFile.statements.find(node => node && node.kind === SyntaxKind.Expo… constant
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 2055 …auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(variableDeclaration, std::move(spe… in CreateVariableDeclarationForTSEnumOrTSModule() local
|