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.cpp2540 QualType paramTy = in ProcessPropertyDecl() local
2547 QualType modifiedTy = paramTy; in ProcessPropertyDecl()
2550 paramTy = Context.getAttributedType(NullabilityKind::Nullable, in ProcessPropertyDecl()
2560 paramTy, in ProcessPropertyDecl()
H A DSemaExprObjC.cpp1733 QualType paramTy; // ignored in CheckMessageArgumentTypes() local
1734 result = SemaRef.checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1681 for (auto *paramTy : FnTy->params()) { in coerceArguments() local
1683 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()
1685 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11515 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local
11519 if (const auto *Enum = paramTy->getAs<EnumType>()) { in mergeFunctionTypes()
11520 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()
11521 if (paramTy.isNull()) in mergeFunctionTypes()
11525 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()
11526 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy) in mergeFunctionTypes()