Searched refs:restParamTypeAnnotation (Results 1 – 1 of 1) sorted by relevance
891 auto *const restParamTypeAnnotation = param->TypeAnnotation(); in ComposeSignatureInfo() local892 ASSERT(restParamTypeAnnotation); in ComposeSignatureInfo()894 signatureInfo->restVar->SetTsType(GetTypeFromTypeAnnotation(restParamTypeAnnotation)); in ComposeSignatureInfo()