Home
last modified time | relevance | path

Searched defs:paramVar (Results 1 – 11 of 11) 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.cpp86 [[maybe_unused]] binder::Variable *paramVar = ref.Variable(); in CompileFunctionParameterDeclaration() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dfunction.cpp123 varbinder::Variable *paramVar = param->Variable(); in CheckFunctionIdentifierParameter() local
209 varbinder::Variable *paramVar = paramIdent->Variable(); in CheckFunctionAssignmentPatternParameter() 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.cpp415 auto *paramVar = allocator->New<LocalVariable>(varDecl, VariableFlags::VAR); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp543 auto *paramVar = in CreateBuiltinArraySignatureInfo() local
Denum.cpp123 auto *const paramVar = std::get<1>(varbinder->AddParamDecl(param)); in MakeFunctionParam() local
Ddynamic.cpp55 auto *paramVar = std::get<1>(VarBinder()->AddParamDecl(param)); in AddParam() local
Dfunction.cpp900 varbinder::Variable *const paramVar = paramIdent->Variable(); in ComposeSignatureInfo() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp363 …auto *paramVar = allocator->New<LocalVariable>(varDecl, VariableFlags::VAR | VariableFlags::LOCAL); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp440 varbinder::Variable *paramVar = paramIdent->Variable(); in Check() local