Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprObjC.cpp2665 ACTC_coreFoundation enumerator
2669 ACTC == ACTC_coreFoundation || in isAnyRetainable()
2675 ACTC == ACTC_coreFoundation; in isAnyCLike()
2695 if (type->isRecordType()) return ACTC_coreFoundation; in classifyTypeForARCConversion()
3066 case ACTC_coreFoundation: in diagnoseObjCARCConversion()
3328 if (castACTC == ACTC_retainable && exprACTC == ACTC_coreFoundation && in CheckObjCARCConversion()
3333 if (castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable && in CheckObjCARCConversion()
3370 castACTC != ACTC_coreFoundation) in CheckObjCARCConversion()