Searched refs:paramTy (Results 1 – 4 of 4) sorted by relevance
2540 QualType paramTy = in ProcessPropertyDecl() local2547 QualType modifiedTy = paramTy; in ProcessPropertyDecl()2550 paramTy = Context.getAttributedType(NullabilityKind::Nullable, in ProcessPropertyDecl()2560 paramTy, in ProcessPropertyDecl()
1733 QualType paramTy; // ignored in CheckMessageArgumentTypes() local1734 result = SemaRef.checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
1681 for (auto *paramTy : FnTy->params()) { in coerceArguments() local1683 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()1685 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
11515 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local11519 if (const auto *Enum = paramTy->getAs<EnumType>()) { in mergeFunctionTypes()11520 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()11521 if (paramTy.isNull()) in mergeFunctionTypes()11525 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()11526 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy) in mergeFunctionTypes()