Searched refs:paramTypeAnnotation (Results 1 – 1 of 1) sorted by relevance
1167 auto *const paramTypeAnnotation = param->TypeAnnotation(); in ComposeSignatureInfo() local1168 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() local1238 ASSERT(paramTypeAnnotation); in SetParamForSignatureInfoOfArrowFunction()1240 paramVar->SetTsType(paramTypeAnnotation->GetType(this)); in SetParamForSignatureInfoOfArrowFunction()