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.cpp3508 QualType castExprType = castExpr->getType(); in diagnoseObjCARCConversion() local
3515 ObjCBridgeRelatedAttrFromType(castExprType, TDNDecl))) in diagnoseObjCARCConversion()
3523 srcKind = (castExprType->isPointerType() ? 1 : 0); in diagnoseObjCARCConversion()
3526 srcKind = (castExprType->isBlockPointerType() ? 2 : 3); in diagnoseObjCARCConversion()
3543 << castExprType in diagnoseObjCARCConversion()
3566 S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) << castExprType : in diagnoseObjCARCConversion()
3569 << castExprType << br; in diagnoseObjCARCConversion()
3584 << unsigned(castExprType->isBlockPointerType()) // of ObjC|block type in diagnoseObjCARCConversion()
3585 << castExprType in diagnoseObjCARCConversion()
3621 << srcKind << castExprType << castType in diagnoseObjCARCConversion()
[all …]