Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/module/
DexportSpecifier.h26 explicit ExportSpecifier(Identifier *local, Identifier *exported) in ExportSpecifier()
DexportAllDeclaration.h27 explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported) in ExportAllDeclaration()
/arkcompiler/ets_frontend/es2panda/ir/module/
DexportSpecifier.h36 explicit ExportSpecifier(Identifier *local, Identifier *exported, bool isType) in ExportSpecifier()
DexportAllDeclaration.h38 …explicit ExportAllDeclaration(StringLiteral *source, Identifier *exported, AssertClause *assertCla… in ExportAllDeclaration()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1516 auto *exported = AllocNode<ir::Identifier>(exportedString, Allocator()); in ParseNamedExport() local
1526 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local
1562 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2308 const ir::Identifier *exported) in AddExportStarEntryItem()
2502 auto *exported = AllocNode<ir::Identifier>(exportedString); in ParseNamedExport() local
2512 ir::Identifier *exported = nullptr; in ParseExportAllDeclaration() local
2584 ir::Identifier *exported = nullptr; in ParseExportNamedSpecifiers() local