Searched defs:exportDeclaration (Results 1 – 1 of 1) sorted by relevance
2256 auto *exportDeclaration = AllocNode<ir::ExportDefaultDeclaration>(declNode, isExportEquals); in ParseExportDefaultDeclaration() local2298 auto *exportDeclaration = AllocNode<ir::ExportAllDeclaration>(source, exported); in ParseExportAllDeclaration() local2359 auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(source, std::move(specifiers)); in ParseExportNamedSpecifiers() local2467 auto *exportDeclaration = AllocNode<ir::ExportNamedDeclaration>(decl, std::move(specifiers)); in ParseNamedExportDeclaration() local