Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DentityDeclarator.cpp53 auto &importEntitiesMap = GetOrCreateEntitiesMap(importerProgram); in CreateAndInsertImportStatement() local
54 auto *findVar = FindEntityVariable(importEntitiesMap, importedName); in CreateAndInsertImportStatement()
65 if (!importEntitiesMap.emplace(importedName, var).second) { in CreateAndInsertImportStatement()

Completed in 1 milliseconds