Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp4305 ARCConversionTypeClass rhsExprACTC = classifyTypeForARCConversion(SrcType); in CheckObjCBridgeRelatedConversions() local
4307 bool CfToNs = (rhsExprACTC == ACTC_coreFoundation && lhsExprACTC == ACTC_retainable); in CheckObjCBridgeRelatedConversions()
4308 bool NsToCf = (rhsExprACTC == ACTC_retainable && lhsExprACTC == ACTC_coreFoundation); in CheckObjCBridgeRelatedConversions()