Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/evaluate/
DentityDeclarator.cpp62 auto *importStatement = CreateIrImport(pathToDeclSource, declName, importedName); in CreateAndInsertImportStatement() local
92 void EntityDeclarator::InsertImportStatement(ir::Statement *importStatement, parser::Program *impor… in InsertImportStatement()