Searched refs:CAttr (Results 1 – 2 of 2) sorted by relevance
1639 ObjCPropertyAttribute::Kind CAttr = Property->getPropertyAttributes(); in DiagnosePropertyMismatch() local1646 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()1649 if ((CAttr & ObjCPropertyAttribute::kind_readonly) && in DiagnosePropertyMismatch()1653 if ((CAttr & ObjCPropertyAttribute::kind_copy) != in DiagnosePropertyMismatch()1658 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain | in DiagnosePropertyMismatch()
196 const ConsumableAttr *CAttr = in mapConsumableAttrState() local199 switch (CAttr->getDefaultState()) { in mapConsumableAttrState()