Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp91 …auto *const paramVar = std::get<2>(paramScope->AddParamDecl(checker->Allocator(), paramExpression)… in GenerateGetterOrSetter() local
DlocalClassLowering.cpp113 auto *paramVar = std::get<1>(checker->VarBinder()->AddParamDecl(newParam)); in CreateParam() local
/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
209 varbinder::Variable *paramVar = paramIdent->Variable(); in CheckFunctionAssignmentPatternParameter() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp380 auto *const paramVar = std::get<2>(paramScope->AddParamDecl(Allocator(), paramExpr)); in CreateNullishAccessor() local
590 auto *const paramVar = std::get<2>(paramScope->AddParamDecl(Allocator(), paramExpr)); in CreateNullishAccessor() local
DtypeCreation.cpp636 auto *paramVar = in CreateBuiltinArraySignatureInfo() local
Dfunction.cpp1175 varbinder::Variable *const paramVar = paramIdent->Variable(); in ComposeSignatureInfo() local
1244 varbinder::Variable *const paramVar = paramIdent->Variable(); in SetParamForSignatureInfoOfArrowFunction() local
Dhelpers.cpp2325 auto *const paramVar = std::get<2>(paramScope->AddParamDecl(Allocator(), paramExpression)); in GenerateGetterSetterBody() 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.cpp432 …auto *paramVar = allocator->New<LocalVariable>(varDecl, VariableFlags::VAR | VariableFlags::LOCAL); in AddParamDecl() local