Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
Dfunction.cpp77 [[maybe_unused]] varbinder::Variable *paramVar = ref.Variable(); in CompileFunctionParameterDeclaration() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp80 [[maybe_unused]] binder::Variable *paramVar = ref.Variable(); in CompileFunctionParameterDeclaration() local
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dfunction.cpp109 binder::Variable *paramVar = param->Variable(); in CheckFunctionIdentifierParameter() local
198 binder::Variable *paramVar = paramIdent->Variable(); in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp123 varbinder::Variable *paramVar = param->Variable(); in CheckFunctionIdentifierParameter() local
212 varbinder::Variable *paramVar = paramIdent->Variable(); in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp441 auto *paramVar = in CreateBuiltinArraySignatureInfo() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp496 auto *paramVar = allocator->New<LocalVariable>(varDecl, VariableFlags::VAR); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp487 …auto *paramVar = allocator->New<LocalVariable>(varDecl, VariableFlags::VAR | VariableFlags::LOCAL); in AddParamDecl() local