Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dfunction.cpp903 auto *const paramTypeAnnotation = param->TypeAnnotation(); in ComposeSignatureInfo() local
904 ASSERT(paramTypeAnnotation); in ComposeSignatureInfo()
906 paramVar->SetTsType(GetTypeFromTypeAnnotation(paramTypeAnnotation)); in ComposeSignatureInfo()