Searched refs:CAttr (Results 1 – 1 of 1) sorted by relevance
1617 ObjCPropertyAttribute::Kind CAttr = Property->getPropertyAttributes(); in DiagnosePropertyMismatch() local1624 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()1627 if ((CAttr & ObjCPropertyAttribute::kind_readonly) && in DiagnosePropertyMismatch()1631 if ((CAttr & ObjCPropertyAttribute::kind_copy) != in DiagnosePropertyMismatch()1636 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()