Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h160 void AddExportLocalEntryItem(util::StringView name, const ir::Identifier *identifier);
Dtransformer.cpp1167 AddExportLocalEntryItem(name, node->Id()); in VisitTsImportEqualsDeclaration()
1479 void Transformer::AddExportLocalEntryItem(util::StringView name, const ir::Identifier *identifier) in AddExportLocalEntryItem() function in panda::es2panda::parser::Transformer
1541 AddExportLocalEntryItem(name, ident); in CreateVariableDeclarationForTSEnumOrTSModule()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.h458 void AddExportLocalEntryItem(const ir::Statement *declNode, bool isTsModule);
DstatementParser.cpp2310 void ParserImpl::AddExportLocalEntryItem(const ir::Statement *declNode, bool isTsModule) in AddExportLocalEntryItem() function in panda::es2panda::parser::ParserImpl
2657 AddExportLocalEntryItem(decl, isTsModule); in ParseNamedExportDeclaration()