Home
last modified time | relevance | path

Searched refs:paramTypeAnnotation (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp1167 auto *const paramTypeAnnotation = param->TypeAnnotation(); in ComposeSignatureInfo() local
1168 if (paramIdent->TsType() == nullptr && paramTypeAnnotation == nullptr) { in ComposeSignatureInfo()
1174 ASSERT(paramTypeAnnotation); in ComposeSignatureInfo()
1176 paramVar->SetTsType(paramTypeAnnotation->GetType(this)); in ComposeSignatureInfo()
1236 auto *const paramTypeAnnotation = param->TypeAnnotation(); in SetParamForSignatureInfoOfArrowFunction() local
1238 ASSERT(paramTypeAnnotation); in SetParamForSignatureInfoOfArrowFunction()
1240 paramVar->SetTsType(paramTypeAnnotation->GetType(this)); in SetParamForSignatureInfoOfArrowFunction()