Searched refs:AddExportLocalEntryItem (Results 1 – 4 of 4) sorted by relevance
160 void AddExportLocalEntryItem(util::StringView name, const ir::Identifier *identifier);
1167 AddExportLocalEntryItem(name, node->Id()); in VisitTsImportEqualsDeclaration()1479 void Transformer::AddExportLocalEntryItem(util::StringView name, const ir::Identifier *identifier) in AddExportLocalEntryItem() function in panda::es2panda::parser::Transformer1541 AddExportLocalEntryItem(name, ident); in CreateVariableDeclarationForTSEnumOrTSModule()
458 void AddExportLocalEntryItem(const ir::Statement *declNode, bool isTsModule);
2310 void ParserImpl::AddExportLocalEntryItem(const ir::Statement *declNode, bool isTsModule) in AddExportLocalEntryItem() function in panda::es2panda::parser::ParserImpl2657 AddExportLocalEntryItem(decl, isTsModule); in ParseNamedExportDeclaration()