Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1664 for (auto *paramTy : FnTy->params()) { in coerceArguments() local
1666 if (paramTy != FnArgs[ArgIdx]->getType()) in coerceArguments()
1668 Builder.CreateBitOrPointerCast(FnArgs[ArgIdx], paramTy)); in coerceArguments()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaObjCProperty.cpp2550 QualType paramTy = in ProcessPropertyDecl() local
2557 QualType modifiedTy = paramTy; in ProcessPropertyDecl()
2560 paramTy = Context.getAttributedType(attr::TypeNullable, in ProcessPropertyDecl()
2570 paramTy, in ProcessPropertyDecl()
H A DSemaExprObjC.cpp1730 QualType paramTy; // ignored in CheckMessageArgumentTypes() local
1731 result = checkUnknownAnyArg(SelLoc, Args[i], paramTy); in CheckMessageArgumentTypes()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10359 QualType paramTy = proto->getParamType(i); in mergeFunctionTypes() local
10363 if (const auto *Enum = paramTy->getAs<EnumType>()) { in mergeFunctionTypes()
10364 paramTy = Enum->getDecl()->getIntegerType(); in mergeFunctionTypes()
10365 if (paramTy.isNull()) in mergeFunctionTypes()
10369 if (isPromotableIntegerType(paramTy) || in mergeFunctionTypes()
10370 getCanonicalType(paramTy).getUnqualifiedType() == FloatTy) in mergeFunctionTypes()