Searched refs:paramTy (Results 1 – 4 of 4) sorted by relevance
698 std::vector<Type *> paramTy; in constructFunction() local703 paramTy.push_back(value->getType()); in constructFunction()710 paramTy.push_back(output->getType()); in constructFunction()712 paramTy.push_back(PointerType::getUnqual(output->getType())); in constructFunction()717 for (Type *i : paramTy) in constructFunction()724 StructTy = StructType::get(M->getContext(), paramTy); in constructFunction()725 paramTy.clear(); in constructFunction()726 paramTy.push_back(PointerType::getUnqual(StructTy)); in constructFunction()729 FunctionType::get(RetTy, paramTy, in constructFunction()
2451 QualType paramTy = in ProcessPropertyDecl() local2458 QualType modifiedTy = paramTy; in ProcessPropertyDecl()2461 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()2471 paramTy, in ProcessPropertyDecl()
1554 QualType paramTy; // ignored in CheckMessageArgumentTypes() local1555 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
8647 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local8651 if (const auto *Enum = paramTy->getAs<EnumType>()) { in mergeFunctionTypes()8652 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()8653 if (paramTy.isNull()) in mergeFunctionTypes()8657 if (paramTy->isPromotableIntegerType() || in mergeFunctionTypes()8658 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy) in mergeFunctionTypes()