Home
last modified time | relevance | path

Searched defs:reExport (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.h180 void AddReExportImport(ir::ETSReExportDeclaration *reExport) in AddReExportImport()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp205 for (auto reExport : GetProgram()->VarBinder()->AsETSBinder()->ReExportImports()) { in ParseETSGlobalScript() local
3087 auto *reExport = Allocator()->New<ir::ETSReExportDeclaration>(reExportDeclaration, userPaths, in ParseExport() local