Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1159 …auto *reExportDeclaration = ParseImportPathBuildImport(std::move(specifiers), true, startLoc, ir::… in ParseExport() local
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp1235 void TSDeclGen::GenReExportDeclaration(const ir::ETSReExportDeclaration *reExportDeclaration) in GenReExportDeclaration()