Home
last modified time | relevance | path

Searched defs:castType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp3761 SourceLocation afterLParen, QualType castType, Expr *castExpr, in addFixitForObjCARCConversion()
3882 QualType castType, in diagnoseObjCARCConversion()
4014 static bool CheckObjCBridgeNSCast(Sema &S, QualType castType, Expr *castExpr, in CheckObjCBridgeNSCast()
4077 static bool CheckObjCBridgeCFCast(Sema &S, QualType castType, Expr *castExpr, in CheckObjCBridgeCFCast()
4145 void SemaObjC::CheckTollFreeBridgeCast(QualType castType, Expr *castExpr) { in CheckTollFreeBridgeCast()
4193 void SemaObjC::CheckObjCBridgeRelatedCast(QualType castType, Expr *castExpr) { in CheckObjCBridgeRelatedCast()
4214 bool SemaObjC::CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr, in CheckTollFreeBridgeStaticCast()
4399 SemaObjC::CheckObjCConversion(SourceRange castRange, QualType castType, in CheckObjCConversion()
4528 QualType castType; in diagnoseARCUnbridgedCast() local
4596 bool SemaObjC::CheckObjCARCUnavailableWeakConversion(QualType castType, in CheckObjCARCUnavailableWeakConversion()
H A DSemaCast.cpp525 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
H A DSemaExpr.cpp7686 QualType castType = castTInfo->getType(); in ActOnCastExpr() local
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp93 QualType castType = E->getType(); in VisitCastExpr() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2686 QualType castType = in RewriteObjCBoxedExpr() local
2807 QualType castType = in RewriteObjCArrayLiteralExpr() local
2959 QualType castType = in RewriteObjCDictionaryLiteralExpr() local
3102 QualType castType = Context->getPointerType(FuncType); in SynthMsgSendStretCallExpr() local
3525 QualType castType = in SynthMessageExpr() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1484 llvm::Type *castType = llvm::Type::getIntNTy( in generateObjCSetterBody() local