Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp3082 ACTC_coreFoundation enumerator
3087 ACTC == ACTC_coreFoundation || in isAnyRetainable()
3094 ACTC == ACTC_coreFoundation; in isAnyCLike()
3114 if (type->isRecordType()) return ACTC_coreFoundation; in classifyTypeForARCConversion()
3512 if ((castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable && in diagnoseObjCARCConversion()
3514 (exprACTC == ACTC_coreFoundation && castACTC == ACTC_retainable && in diagnoseObjCARCConversion()
3521 case ACTC_coreFoundation: in diagnoseObjCARCConversion()
3762 if (castACTC == ACTC_retainable && exprACTC == ACTC_coreFoundation) { in CheckTollFreeBridgeCast()
3783 else if (castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable) { in CheckTollFreeBridgeCast()
3821 if (srcExprACTC != ACTC_retainable || castExprACTC != ACTC_coreFoundation) in CheckObjCBridgeRelatedCast()
[all …]