Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/module/
DexportSpecifier.h36 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier()
DexportAllDeclaration.h37 explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported) in ExportAllDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2245 const ir::Identifier *exported) in AddExportStarEntryItem()
2439 auto *exported = AllocNode<ir::Identifier>(exportedString); in ParseNamedExport() local
2449 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local
2498 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local