Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp2804 ACTC_coreFoundation enumerator
2808 ACTC == ACTC_coreFoundation || in isAnyRetainable()
2814 ACTC == ACTC_coreFoundation; in isAnyCLike()
2834 if (type->isRecordType()) return ACTC_coreFoundation; in classifyTypeForARCConversion()
3230 if ((castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable && in diagnoseObjCARCConversion()
3232 (exprACTC == ACTC_coreFoundation && castACTC == ACTC_retainable && in diagnoseObjCARCConversion()
3239 case ACTC_coreFoundation: in diagnoseObjCARCConversion()
3480 if (castACTC == ACTC_retainable && exprACTC == ACTC_coreFoundation) { in CheckTollFreeBridgeCast()
3501 else if (castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable) { in CheckTollFreeBridgeCast()
3540 if (srcExprACTC != ACTC_retainable || castExprACTC != ACTC_coreFoundation) in CheckObjCBridgeRelatedCast()
[all …]