Home
last modified time | relevance | path

Searched defs:nameVar (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp234 auto *nameVar = funcParamScope->NameVar(); in CompileFunction() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1046 varbinder::Variable *nameVar) in ComposeSignature()
1312 auto *nameVar = isArrow ? nullptr : func->Id()->Variable(); in BuildFunctionSignature() local