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.cpp2109 const ir::Identifier *exported) in AddExportStarEntryItem()
2274 auto *exported = AllocNode<ir::Identifier>(exportedString, Allocator()); in ParseNamedExport() local
2284 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local
2327 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local