Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin.cpp275 auto optFoundEntity = pathResolver_.FindImportedEntity(context_.sourceFilePath.Utf8(), identName.Utf8()); in FindClass() member
276 if (!optFoundEntity) { in FindClass()
280 const auto &[entitySourceFile, entitySourceName] = optFoundEntity.value(); in FindClass()
368 auto optFoundEntity = pathResolver_.FindImportedEntity(context_.sourceFilePath.Utf8(), identName.Utf8());
369 if (!optFoundEntity) {
373 const auto &[entitySourceFile, entitySourceName] = optFoundEntity.value();

Completed in 2 milliseconds