Lines Matching defs:paramIdent
1184 auto *const paramIdent = param->Ident();
1186 varbinder::Variable *const paramVar = paramIdent->Variable();
1190 if (paramIdent->TsType() == nullptr && paramTypeAnnotation == nullptr) {
1191 LogTypeError({"The type of parameter '", paramIdent->Name(), "' cannot be determined"}, param->Start());
1195 if (paramIdent->TsType() == nullptr) {
1200 paramVar->SetTsType(paramIdent->TsTypeOrError());
1253 auto *const paramIdent = param->Ident();
1255 varbinder::Variable *const paramVar = paramIdent->Variable();
1259 if (paramIdent->TsType() == nullptr) {
1264 paramVar->SetTsType(paramIdent->TsType());