Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp260 auto *calleeNameId = allocator->New<ir::Identifier>(cmInfo->calleeName, allocator); in SetUpCalleeMethod() local
261 func->SetIdent(calleeNameId); in SetUpCalleeMethod()
262 calleeNameId->SetParent(func); in SetUpCalleeMethod()
264 auto *calleeNameClone = calleeNameId->Clone(allocator, nullptr); in SetUpCalleeMethod()

Completed in 3 milliseconds