Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp3460 ACTC_coreFoundation enumerator
3465 ACTC == ACTC_coreFoundation || in isAnyRetainable()
3472 ACTC == ACTC_coreFoundation; in isAnyCLike()
3492 if (type->isRecordType()) return ACTC_coreFoundation; in classifyTypeForARCConversion()
3890 if ((castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable && in diagnoseObjCARCConversion()
3892 (exprACTC == ACTC_coreFoundation && castACTC == ACTC_retainable && in diagnoseObjCARCConversion()
3899 case ACTC_coreFoundation: in diagnoseObjCARCConversion()
4146 if (castACTC == ACTC_retainable && exprACTC == ACTC_coreFoundation) { in CheckTollFreeBridgeCast()
4167 else if (castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable) { in CheckTollFreeBridgeCast()
4205 if (srcExprACTC != ACTC_retainable || castExprACTC != ACTC_coreFoundation) in CheckObjCBridgeRelatedCast()
[all …]