Searched refs:paramTy (Results 1 – 4 of 4) sorted by relevance
2546 QualType paramTy = in ProcessPropertyDecl() local2553 QualType modifiedTy = paramTy; in ProcessPropertyDecl()2556 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()2566 paramTy, in ProcessPropertyDecl()
1731 QualType paramTy; // ignored in CheckMessageArgumentTypes() local1732 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
1739 for (auto *paramTy : FnTy->params()) { in coerceArguments() local1741 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()1743 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
10469 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local10473 if (const auto *Enum = paramTy->getAs<EnumType>()) { in mergeFunctionTypes()10474 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()10475 if (paramTy.isNull()) in mergeFunctionTypes()10479 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()10480 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy) in mergeFunctionTypes()