Searched refs:SAttr (Results 1 – 1 of 1) sorted by relevance
1422 ObjCPropertyDecl::PropertyAttributeKind SAttr = in DiagnosePropertyMismatch() local1429 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()1433 && (SAttr & ObjCPropertyDecl::OBJC_PR_readwrite)) in DiagnosePropertyMismatch()1437 != (SAttr & ObjCPropertyDecl::OBJC_PR_copy)) in DiagnosePropertyMismatch()1440 else if (!(SAttr & ObjCPropertyDecl::OBJC_PR_readonly)){ in DiagnosePropertyMismatch()1445 (SAttr & in DiagnosePropertyMismatch()