Home
last modified time | relevance | path

Searched refs:importStatement (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DentityDeclarator.cpp62 auto *importStatement = CreateIrImport(pathToDeclSource, declName, importedName); in CreateAndInsertImportStatement() local
63 InsertImportStatement(importStatement, importerProgram); in CreateAndInsertImportStatement()
91 void EntityDeclarator::InsertImportStatement(ir::Statement *importStatement, parser::Program *importerProgram) in InsertImportStatement() argument
94 ASSERT(importStatement); in InsertImportStatement()
97 importStatement->SetParent(topStatement); in InsertImportStatement()
99 debugInfoPlugin_.RegisterPrologueEpilogue<true>(topStatement, importStatement); in InsertImportStatement()
101 debugInfoPlugin_.GetIrCheckHelper()->CheckGlobalEntity(importerProgram, importStatement); in InsertImportStatement()
H A DentityDeclarator.h77 void InsertImportStatement(ir::Statement *importStatement, parser::Program *importerProgram);

Completed in 1 milliseconds