Home
last modified time | relevance | path

Searched defs:paramExpr (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DutilityTypeHandlers.cpp521 auto *paramExpr = params->AsETSParameterExpression(); in SetupFunctionParams() local
Dfunction.cpp193 auto *paramExpr = declNode->AsETSParameterExpression(); in ProcessUntypedParameter() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp39 … ir::Identifier *MakeParamRefIdent(public_lib::Context *ctx, ir::ETSParameterExpression *paramExpr) in MakeParamRefIdent()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp1048 void InitScopesPhaseETS::VisitETSParameterExpression(ir::ETSParameterExpression *paramExpr) in VisitETSParameterExpression()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp1560 const auto paramExpr = param->AsETSParameterExpression(); in ProcessETSFunctionType() local