Searched refs:castType (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaExprObjC.cpp3747 SourceLocation afterLParen, QualType castType, Expr *castExpr,
3812 castCode += castType.getAsString();
3821 castCode += castType.getAsString();
3869 QualType castType, ARCConversionTypeClass castACTC,
3885 ObjCBridgeRelatedAttrFromType(castType, TDNDecl)) ||
3918 << unsigned(castType->isBlockPointerType()) // to ObjC|block type
3919 << castType
3933 castType, castExpr, realCast, "__bridge ",
3946 castType, castExpr, realCast, "__bridge_transfer ",
3961 << castType
3745 addFixitForObjCARCConversion( Sema &S, DiagBuilderT &DiagB, Sema::CheckedConversionKind CCK, SourceLocation afterLParen, QualType castType, Expr *castExpr, Expr *realCast, const char *bridgeKeyword, const char *CFBridgeName) argument
3868 diagnoseObjCARCConversion(Sema &S, SourceRange castRange, QualType castType, ARCConversionTypeClass castACTC, Expr *castExpr, Expr *realCast, ARCConversionTypeClass exprACTC, Sema::CheckedConversionKind CCK) argument
4000 CheckObjCBridgeNSCast(Sema &S, QualType castType, Expr *castExpr, bool &HadTheAttribute, bool warn) argument
4063 CheckObjCBridgeCFCast(Sema &S, QualType castType, Expr *castExpr, bool &HadTheAttribute, bool warn) argument
4131 CheckTollFreeBridgeCast(QualType castType, Expr *castExpr) argument
4181 CheckObjCBridgeRelatedCast(QualType castType, Expr *castExpr) argument
4202 CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr, CastKind &Kind) argument
4386 CheckObjCConversion(SourceRange castRange, QualType castType, Expr *&castExpr, CheckedConversionKind CCK, bool Diagnose, bool DiagnoseCFAudited, BinaryOperatorKind Opc) argument
4512 QualType castType; local
4578 CheckObjCARCUnavailableWeakConversion(QualType castType, QualType exprType) argument
[all...]
H A DSemaCast.cpp494 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType, argument
498 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
502 S.Diag(opRange.getBegin(), msg) << castType
H A DSemaExpr.cpp8190 QualType castType = castTInfo->getType(); local
8191 Ty = CreateParsedType(castType, castTInfo);
8200 && castType->isVectorType() && (PE || PLE)) {
8228 if (getLangOpts().CPlusPlus && !castType->isVoidType())
8231 CheckTollFreeBridgeCast(castType, CastExpr);
8233 CheckObjCBridgeRelatedCast(castType, CastExpr);
8235 DiscardMisalignedMemberAddress(castType.getTypePtr(), CastExpr);
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp93 QualType castType = E->getType();
97 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType())
101 bool castRetainable = castType->isObjCIndirectLifetimeType();
112 if (castType->isObjCRetainableType())
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2687 QualType castType = local
2689 castType = Context->getPointerType(castType);
2690 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2808 QualType castType = local
2810 castType = Context->getPointerType(castType);
2811 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2960 QualType castType = local
2962 castType
3103 QualType castType = Context->getPointerType(FuncType); local
3526 QualType castType = local
[all...]
H A DRewriteObjC.cpp2608 QualType castType = getSimpleFunctionType(returnType, ArgTypes, local
2611 castType = Context->getPointerType(castType);
2612 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
2955 QualType castType = local
2957 castType = Context->getPointerType(castType);
2958 cast = NoTypeInfoCStyleCastExpr(Context, castType, CK_BitCast,
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h10528 void CheckTollFreeBridgeCast(QualType castType, Expr *castExpr);
10530 void CheckObjCBridgeRelatedCast(QualType castType, Expr *castExpr);
10532 bool CheckTollFreeBridgeStaticCast(QualType castType, Expr *castExpr,
12733 QualType castType, Expr *&op,
12743 bool CheckObjCARCUnavailableWeakConversion(QualType castType,

Completed in 402 milliseconds