Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprObjC.cpp3850 bool CfToNs, bool Diagnose) { in checkObjCBridgeRelatedComponents() argument
3851 QualType T = CfToNs ? SrcType : DestType; in checkObjCBridgeRelatedComponents()
3888 if (CfToNs && CMId) { in checkObjCBridgeRelatedComponents()
3902 if (!CfToNs && IMId) { in checkObjCBridgeRelatedComponents()
3923 bool CfToNs = (rhsExprACTC == ACTC_coreFoundation && lhsExprACTC == ACTC_retainable); in CheckObjCBridgeRelatedConversions() local
3925 if (!CfToNs && !NsToCf) in CheckObjCBridgeRelatedConversions()
3934 CfToNs, Diagnose)) in CheckObjCBridgeRelatedConversions()
3937 if (CfToNs) { in CheckObjCBridgeRelatedConversions()
/external/clang/include/clang/Sema/
DSema.h7687 bool CfToNs, bool Diagnose = true);