Home
last modified time | relevance | path

Searched refs:paramTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2531 QualType paramTy = in ProcessPropertyDecl() local
2538 QualType modifiedTy = paramTy; in ProcessPropertyDecl()
2541 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
2551 paramTy, in ProcessPropertyDecl()
H A DSemaExprObjC.cpp1746 QualType paramTy; // ignored in CheckMessageArgumentTypes() local
1747 result = SemaRef.checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1647 for (auto *paramTy : FnTy->params()) { in coerceArguments() local
1649 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()
1651 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10942 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local
10946 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()