Home
last modified time | relevance | path

Searched refs:Exported (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DexportAllDeclaration.h37 const Identifier *Exported() const in Exported() function in ark::es2panda::ir::ExportAllDeclaration
H A DexportSpecifier.h36 const Identifier *Exported() const in Exported() function in ark::es2panda::ir::ExportSpecifier
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DexportSpecifier.h46 const Identifier *Exported() const in Exported() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportSpecifier
H A DexportAllDeclaration.h49 const Identifier *Exported() const in Exported() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ExportAllDeclaration
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp122 if (!varbinder_->AddSelectiveExportAlias(path, spec->Local()->Name(), spec->Exported()->Name())) { in PopulateAliasMap()
286 util::StringView nameFind = spec->Exported()->Name(); in VerifyType()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.cpp679 if (exportAllDecl->Exported() == nullptr) { in ExportAnalysis()
683 auto result = exportedNames.insert(exportAllDecl->Exported()->Name()); in ExportAnalysis()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp284 const auto name = exportAllDecl->Exported() != nullptr ? exportAllDecl->Exported()->Name() : "*"; in VisitExportAllDeclaration()
343 spec->Exported()->Name(), spec->Local()->Name(), spec); in VisitExportNamedDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2314 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem()
2316 auto exportId = exportSpecifier->Exported(); in AddExportNamedEntryItem()
2331 auto exportName = exportSpecifier->Exported()->Name(); in AddExportNamedEntryItem()
2333 auto exportId = exportSpecifier->Exported(); in AddExportNamedEntryItem()

Completed in 11 milliseconds