Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2256 auto *exportDeclaration = AllocNode<ir::ExportDefaultDeclaration>(declNode, isExportEquals); in ParseExportDefaultDeclaration() local
2298 auto *exportDeclaration = AllocNode<ir::ExportAllDeclaration>(source, exported); in ParseExportAllDeclaration() local
2359 auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(source, std::move(specifiers)); in ParseExportNamedSpecifiers() local
2467 auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(decl, std::move(specifiers)); in ParseNamedExportDeclaration() local