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.cpp3479 QualType castExprType = castExpr->getType(); in diagnoseObjCARCConversion() local
3484 ObjCBridgeRelatedAttrFromType(castExprType, TDNDecl))) in diagnoseObjCARCConversion()
3492 srcKind = (castExprType->isPointerType() ? 1 : 0); in diagnoseObjCARCConversion()
3495 srcKind = (castExprType->isBlockPointerType() ? 2 : 3); in diagnoseObjCARCConversion()
3512 << castExprType in diagnoseObjCARCConversion()
3535 S.Diag(noteLoc, diag::note_arc_cstyle_bridge_transfer) << castExprType : in diagnoseObjCARCConversion()
3538 << castExprType << br; in diagnoseObjCARCConversion()
3553 << unsigned(castExprType->isBlockPointerType()) // of ObjC|block type in diagnoseObjCARCConversion()
3554 << castExprType in diagnoseObjCARCConversion()
3590 << srcKind << castExprType << castType in diagnoseObjCARCConversion()
[all …]