Searched refs:paramTy (Results 1 – 4 of 4) sorted by relevance
1664 for (auto *paramTy : FnTy->params()) { in coerceArguments() local1666 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()1668 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
2550 QualType paramTy = in ProcessPropertyDecl() local2557 QualType modifiedTy = paramTy; in ProcessPropertyDecl()2560 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()2570 paramTy, in ProcessPropertyDecl()
1730 QualType paramTy; // ignored in CheckMessageArgumentTypes() local1731 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
10359 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local10363 if (const auto *Enum = paramTy->getAs<EnumType>()) { in mergeFunctionTypes()10364 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()10365 if (paramTy.isNull()) in mergeFunctionTypes()10369 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()10370 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy) in mergeFunctionTypes()