reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3260 ACTC == ACTC_coreFoundation || 3267 ACTC == ACTC_coreFoundation; 3287 if (type->isRecordType()) return ACTC_coreFoundation; 3686 if ((castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable && 3688 (exprACTC == ACTC_coreFoundation && castACTC == ACTC_retainable && 3695 case ACTC_coreFoundation: 3942 if (castACTC == ACTC_retainable && exprACTC == ACTC_coreFoundation) { 3963 else if (castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable) { 4001 if (srcExprACTC != ACTC_retainable || castExprACTC != ACTC_coreFoundation) 4014 if ((castACTC == ACTC_retainable && exprACTC == ACTC_coreFoundation) || 4015 (castACTC == ACTC_coreFoundation && exprACTC == ACTC_retainable)) { 4017 Kind = (castACTC == ACTC_coreFoundation) ? CK_BitCast 4103 bool CfToNs = (rhsExprACTC == ACTC_coreFoundation && lhsExprACTC == ACTC_retainable); 4104 bool NsToCf = (rhsExprACTC == ACTC_retainable && lhsExprACTC == ACTC_coreFoundation); 4295 castACTC != ACTC_coreFoundation) &&