Home
last modified time | relevance | path

Searched refs:Imported (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/module/
H A DimportSpecifier.h31 Identifier *Imported() in Imported() function in ark::es2panda::ir::ImportSpecifier
36 const Identifier *Imported() const in Imported() function in ark::es2panda::ir::ImportSpecifier
/arkcompiler/ets_frontend/es2panda/ir/module/
H A DimportSpecifier.h41 const Identifier *Imported() const in Imported() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ImportSpecifier
/arkcompiler/ets_frontend/ets2panda/checker/ets/dynamic/
H A DdynamicCall.cpp49 calleeName.emplace_back(data->specifier->AsImportSpecifier()->Imported()->Name()); in ResolveCall()
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.cpp435 importSpecifier->Imported()->SetVariable(specDecl.variable); in AddDynamicSpecifiersToTopBindings()
669 ThrowError(importPath->Start(), "Imported element not exported '" + var->Declaration()->Name().Mutf8() + "'"); in ValidateImportVariable()
721 if (!importSpecifier->Imported()->IsIdentifier()) { in AddImportSpecifiersToTopBindings()
725 auto imported = importSpecifier->Imported()->Name(); in AddImportSpecifiersToTopBindings()
729 !item->AsImportSpecifier()->Local()->Name().Is(item->AsImportSpecifier()->Imported()->Name().Mutf8())) { in AddImportSpecifiersToTopBindings()
730 imported = item->AsImportSpecifier()->Imported()->Name(); in AddImportSpecifiersToTopBindings()
740 importSpecifier->Imported()->SetVariable(var); in AddImportSpecifiersToTopBindings()
/arkcompiler/ets_frontend/ets2panda/util/
H A Dhelpers.cpp455 auto newIdentName = specifier->Imported()->Name(); in CheckImportedName()
460 auto savedIdentName = it->Imported()->Name(); in CheckImportedName()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DimportExportDecls.cpp211 importedSpecifiersForExportCheck_.emplace(spec->AsImportSpecifier()->Imported()->Name()); in VisitETSImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
H A DdeclgenEts2Ts.cpp445 const auto imported = specifier->AsImportSpecifier()->Imported()->Name(); in GenImportDeclaration()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1301 if (item->IsImportSpecifier() && item->AsImportSpecifier()->Imported()->Name().Is(name.Mutf8())) { in FindSpecifierForModuleObject()
1302 if (!item->AsImportSpecifier()->Imported()->Name().Is(item->AsImportSpecifier()->Local()->Name().Mutf8())) { in FindSpecifierForModuleObject()
2666 lastObjectType->AddReExportAlias(specifier->Imported()->Name(), specifier->Local()->Name()); in ImportNamespaceObjectTypeAddReExportType()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp300 const auto *imported = importSpec->Imported(); in VisitImportSpecifier()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2265 auto importName = specifier->AsImportSpecifier()->Imported()->Name(); in AddImportEntryItemForImportSpecifier()
2267 auto importId = specifier->AsImportSpecifier()->Imported(); in AddImportEntryItemForImportSpecifier()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp1017 exports.emplace_back(AllocNode<ir::ExportSpecifier>(spec->Local(), spec->Imported())); in ParseExport()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp274 auto *id = data->specifier->AsImportSpecifier()->Imported(); in LoadDynamicModuleVariable()

Completed in 25 milliseconds