Searched refs:paramTy (Results 1 – 5 of 5) sorted by relevance
831 std::vector<Type *> paramTy; in constructFunction() local836 paramTy.push_back(value->getType()); in constructFunction()843 paramTy.push_back(output->getType()); in constructFunction()845 paramTy.push_back(PointerType::getUnqual(output->getType())); in constructFunction()850 for (Type *i : paramTy) in constructFunction()857 StructTy = StructType::get(M->getContext(), paramTy); in constructFunction()858 paramTy.clear(); in constructFunction()859 paramTy.push_back(PointerType::getUnqual(StructTy)); in constructFunction()862 FunctionType::get(RetTy, paramTy, in constructFunction()
2554 QualType paramTy = in ProcessPropertyDecl() local2561 QualType modifiedTy = paramTy; in ProcessPropertyDecl()2564 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()2574 paramTy, in ProcessPropertyDecl()
1732 QualType paramTy; // ignored in CheckMessageArgumentTypes() local1733 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
1510 for (auto paramTy : FnTy->params()) { in coerceArguments() local1512 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()1514 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
9567 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local9571 if (const auto *Enum = paramTy->getAs<EnumType>()) { in mergeFunctionTypes()9572 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()9573 if (paramTy.isNull()) in mergeFunctionTypes()9577 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()9578 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy) in mergeFunctionTypes()