Home
last modified time | relevance | path

Searched refs:reExport (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.h181 void AddReExportImport(ir::ETSReExportDeclaration *reExport) in AddReExportImport() argument
183 reExportImports_.push_back(reExport); in AddReExportImport()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsObjectType.cpp1135 void ETSObjectType::AddReExports(ETSObjectType *reExport) in AddReExports() argument
1137 if (std::find(reExports_.begin(), reExports_.end(), reExport) == reExports_.end()) { in AddReExports()
1138 reExports_.push_back(reExport); in AddReExports()
H A DetsObjectType.h400 void AddReExports(ETSObjectType *reExport);
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp924 void InitScopesPhaseETS::VisitETSReExportDeclaration(ir::ETSReExportDeclaration *reExport) in VisitETSReExportDeclaration() argument
926 if (reExport->GetETSImportDeclarations()->Language().IsDynamic()) { in VisitETSReExportDeclaration()
927 VarBinder()->AsETSBinder()->AddDynamicImport(reExport->GetETSImportDeclarations()); in VisitETSReExportDeclaration()
929 VarBinder()->AsETSBinder()->AddReExportImport(reExport); in VisitETSReExportDeclaration()
H A DscopesInitPhase.h346 void VisitETSReExportDeclaration(ir::ETSReExportDeclaration *reExport) override;
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp1037 auto reExport = AllocNode<ir::ETSReExportDeclaration>(reExportDeclaration, std::vector<std::string>(), in ParseExport() local
1039 reExport->AddModifier(modifiers); in ParseExport()
1040 return reExport; in ParseExport()

Completed in 12 milliseconds