Home
last modified time | relevance | path

Searched refs:exported_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/module/
DexportAllDeclaration.cpp28 if (exported_) { in Iterate()
29 cb(exported_); in Iterate()
35 …ype", "ExportAllDeclaration"}, {"source", source_}, {"exported", AstDumper::Nullable(exported_)}}); in Dump()
49 if (exported_) { in UpdateSelf()
50 exported_ = std::get<ir::AstNode *>(cb(exported_))->AsIdentifier(); in UpdateSelf()
DexportSpecifier.cpp26 cb(exported_); in Iterate()
31 dumper->Add({{"type", "ExportSpecifier"}, {"local", local_}, {"exported", exported_}}); in Dump()
44 exported_ = std::get<ir::AstNode *>(cb(exported_))->AsIdentifier(); in UpdateSelf()
DexportSpecifier.h37 : Statement(AstNodeType::EXPORT_SPECIFIER), local_(local), exported_(exported) in ExportSpecifier()
48 return exported_; in Exported()
59 Identifier *exported_; variable
DexportAllDeclaration.h38 : Statement(AstNodeType::EXPORT_ALL_DECLARATION), source_(source), exported_(exported) in ExportAllDeclaration()
49 return exported_; in Exported()
60 Identifier *exported_; variable