Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp3055 ACTC_coreFoundation enumerator
3059 ACTC == ACTC_coreFoundation || in isAnyRetainable()
3065 ACTC == ACTC_coreFoundation; in isAnyCLike()
3085 if (type->isRecordType()) return ACTC_coreFoundation; in classifyTypeForARCConversion()
3481 if ((castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable && in diagnoseObjCARCConversion()
3483 (exprACTC == ACTC_coreFoundation && castACTC == ACTC_retainable && in diagnoseObjCARCConversion()
3490 case ACTC_coreFoundation: in diagnoseObjCARCConversion()
3731 if (castACTC == ACTC_retainable && exprACTC == ACTC_coreFoundation) { in CheckTollFreeBridgeCast()
3752 else if (castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable) { in CheckTollFreeBridgeCast()
3791 if (srcExprACTC != ACTC_retainable || castExprACTC != ACTC_coreFoundation) in CheckObjCBridgeRelatedCast()
[all …]