Home
last modified time | relevance | path

Searched defs:paramVar (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp65 [[maybe_unused]] binder::Variable *paramVar = ref.Variable(); in CompileFunctionParameterDeclaration() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp125 binder::Variable *paramVar = param->Variable(); in CheckFunctionIdentifierParameter() local
211 binder::Variable *paramVar = paramIdent->Variable(); in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp286 auto *paramVar = allocator->New<LocalVariable>(varDecl, VariableFlags::VAR); in AddParamDecl() local