Searched defs:exported (Results 1 – 6 of 6) sorted by relevance
26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier()
27 explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported) in ExportAllDeclaration()
36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier()
38 …explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported, AssertClause *assertCla… in ExportAllDeclaration()
1516 auto *exported = AllocNode<ir::Identifier>(exportedString, Allocator()); in ParseNamedExport() local1526 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local1562 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local
2308 const ir::Identifier *exported) in AddExportStarEntryItem()2502 auto *exported = AllocNode<ir::Identifier>(exportedString); in ParseNamedExport() local2512 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local2584 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local