Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin.cpp70 auto *variableIdent = checker->AllocNode<ir::Identifier>(returnVariableNameView, allocator); in BreakLastStatement() local
72 auto *variableDeclaration = CreateVariableDeclaration(checker, variableIdent, exprInit); in BreakLastStatement()
74 auto *returnStatement = checker->AllocNode<ir::ReturnStatement>(variableIdent->Clone(allocator, nullptr)); in BreakLastStatement()

Completed in 1 milliseconds