Home
last modified time | relevance | path

Searched refs:castExprType (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransUnbridgedCasts.cpp96 QualType castExprType = castExpr->getType(); in VisitCastExpr() local
98 if (castType->isObjCRetainableType() == castExprType->isObjCRetainableType()) in VisitCastExpr()
101 bool exprRetainable = castExprType->isObjCIndirectLifetimeType(); in VisitCastExpr()
/external/clang/lib/Sema/
DSemaExprObjC.cpp3228 QualType castExprType = castExpr->getType(); in diagnoseObjCARCConversion() local
3233 ObjCBridgeRelatedAttrFromType(castExprType, TDNDecl))) in diagnoseObjCARCConversion()
3241 srcKind = (castExprType->isPointerType() ? 1 : 0); in diagnoseObjCARCConversion()
3244 srcKind = (castExprType->isBlockPointerType() ? 2 : 3); in diagnoseObjCARCConversion()
3261 << castExprType in diagnoseObjCARCConversion()
3284 S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) << castExprType : in diagnoseObjCARCConversion()
3287 << castExprType << br; in diagnoseObjCARCConversion()
3302 << unsigned(castExprType->isBlockPointerType()) // of ObjC|block type in diagnoseObjCARCConversion()
3303 << castExprType in diagnoseObjCARCConversion()
3339 << srcKind << castExprType << castType in diagnoseObjCARCConversion()
[all …]