Searched defs:castType (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprObjC.cpp | 3751 SourceLocation afterLParen, QualType castType, Expr *castExpr, in addFixitForObjCARCConversion() 3872 QualType castType, in diagnoseObjCARCConversion() 4004 static bool CheckObjCBridgeNSCast(Sema &S, QualType castType, Expr *castExpr, in CheckObjCBridgeNSCast() 4067 static bool CheckObjCBridgeCFCast(Sema &S, QualType castType, Expr *castExpr, in CheckObjCBridgeCFCast() 4135 void SemaObjC::CheckTollFreeBridgeCast(QualType castType, Expr *castExpr) { in CheckTollFreeBridgeCast() 4183 void SemaObjC::CheckObjCBridgeRelatedCast(QualType castType, Expr *castExpr) { in CheckObjCBridgeRelatedCast() 4204 bool SemaObjC::CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr, in CheckTollFreeBridgeStaticCast() 4389 SemaObjC::CheckObjCConversion(SourceRange castRange, QualType castType, in CheckObjCConversion() 4522 QualType castType; in diagnoseARCUnbridgedCast() local 4590 bool SemaObjC::CheckObjCARCUnavailableWeakConversion(QualType castType, in CheckObjCARCUnavailableWeakConversion()
|
| H A D | SemaCast.cpp | 574 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, in diagnoseBadCast()
|
| H A D | SemaExpr.cpp | 7836 QualType castType = castTInfo->getType(); in ActOnCastExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteModernObjC.cpp | 2685 QualType castType = in RewriteObjCBoxedExpr() local 2806 QualType castType = in RewriteObjCArrayLiteralExpr() local 2958 QualType castType = in RewriteObjCDictionaryLiteralExpr() local 3101 QualType castType = Context->getPointerType(FuncType); in SynthMsgSendStretCallExpr() local 3524 QualType castType = in SynthMessageExpr() local
|
| H A D | RewriteObjC.cpp | 2606 QualType castType = getSimpleFunctionType(returnType, ArgTypes, in SynthMsgSendStretCallExpr() local 2953 QualType castType = in SynthMessageExpr() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1520 llvm::Type *castType = llvm::Type::getIntNTy( in generateObjCSetterBody() local
|