Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp2546 QualType paramTy = in ProcessPropertyDecl() local
2553 QualType modifiedTy = paramTy; in ProcessPropertyDecl()
2556 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
2566 paramTy, in ProcessPropertyDecl()
H A DSemaExprObjC.cpp1731 QualType paramTy; // ignored in CheckMessageArgumentTypes() local
1732 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1739 for (auto *paramTy : FnTy->params()) { in coerceArguments() local
1741 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()
1743 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10469 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local
10473 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()