Searched refs:paramTy (Results 1 – 4 of 4) sorted by relevance
2531 QualType paramTy = in ProcessPropertyDecl() local2538 QualType modifiedTy = paramTy; in ProcessPropertyDecl()2541 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()2551 paramTy, in ProcessPropertyDecl()
1746 QualType paramTy; // ignored in CheckMessageArgumentTypes() local1747 result = SemaRef.checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
1647 for (auto *paramTy : FnTy->params()) { in coerceArguments() local1649 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()1651 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
10942 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local10946 if (const auto *Enum = paramTy->getAs<EnumType>()) { in mergeFunctionTypes()10947 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()10948 if (paramTy.isNull()) in mergeFunctionTypes()10952 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()10953 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy) in mergeFunctionTypes()