Searched refs:castType (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 3827 castCode += castType.getAsString(); in addFixitForObjCARCConversion() 3925 << castType in diagnoseObjCARCConversion() 3967 << castType in diagnoseObjCARCConversion() 3986 << castType in diagnoseObjCARCConversion() 4071 QualType T = castType; in CheckObjCBridgeCFCast() 4402 QualType effCastType = castType; in CheckObjCConversion() 4413 castType != castExprType) { in CheckObjCConversion() 4415 QualType QDT = castType; in CheckObjCConversion() 4425 if (QDT != castType && in CheckObjCConversion() 4520 QualType castType; in diagnoseARCUnbridgedCast() local [all …]
|
| H A D | SemaCast.cpp | 493 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast() argument 497 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType, in diagnoseBadCast() 501 S.Diag(opRange.getBegin(), msg) << castType in diagnoseBadCast()
|
| H A D | SemaExpr.cpp | 7950 QualType castType = castTInfo->getType(); in ActOnCastExpr() local 7951 Ty = CreateParsedType(castType, castTInfo); in ActOnCastExpr() 7960 && castType->isVectorType() && (PE || PLE)) { in ActOnCastExpr() 7988 if (getLangOpts().CPlusPlus && !castType->isVoidType()) in ActOnCastExpr() 7991 CheckTollFreeBridgeCast(castType, CastExpr); in ActOnCastExpr() 7993 CheckObjCBridgeRelatedCast(castType, CastExpr); in ActOnCastExpr() 7995 DiscardMisalignedMemberAddress(castType.getTypePtr(), CastExpr); in ActOnCastExpr()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | TransUnbridgedCasts.cpp | 93 QualType castType = E->getType(); in VisitCastExpr() local 97 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType()) in VisitCastExpr() 101 bool castRetainable = castType->isObjCIndirectLifetimeType(); in VisitCastExpr() 112 if (castType->isObjCRetainableType()) in VisitCastExpr()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 2687 QualType castType = in RewriteObjCBoxedExpr() local 2689 castType = Context->getPointerType(castType); in RewriteObjCBoxedExpr() 2690 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in RewriteObjCBoxedExpr() 2808 QualType castType = in RewriteObjCArrayLiteralExpr() local 2810 castType = Context->getPointerType(castType); in RewriteObjCArrayLiteralExpr() 2811 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in RewriteObjCArrayLiteralExpr() 2960 QualType castType = in RewriteObjCDictionaryLiteralExpr() local 2962 castType = Context->getPointerType(castType); in RewriteObjCDictionaryLiteralExpr() 3103 QualType castType = Context->getPointerType(FuncType); in SynthMsgSendStretCallExpr() local 3526 QualType castType = in SynthMessageExpr() local [all …]
|
| H A D | RewriteObjC.cpp | 2608 QualType castType = getSimpleFunctionType(returnType, ArgTypes, in SynthMsgSendStretCallExpr() local 2611 castType = Context->getPointerType(castType); in SynthMsgSendStretCallExpr() 2612 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in SynthMsgSendStretCallExpr() 2955 QualType castType = in SynthMessageExpr() local 2957 castType = Context->getPointerType(castType); in SynthMessageExpr() 2958 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast, in SynthMessageExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 10204 void CheckTollFreeBridgeCast(QualType castType, Expr *castExpr); 10206 void CheckObjCBridgeRelatedCast(QualType castType, Expr *castExpr); 10208 bool CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr, 12360 QualType castType, Expr *&op, 12370 bool CheckObjCARCUnavailableWeakConversion(QualType castType,
|