Searched refs:SAttr (Results 1 – 1 of 1) sorted by relevance
1407 ObjCPropertyDecl::PropertyAttributeKind SAttr = in DiagnosePropertyMismatch() local1414 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr)) in DiagnosePropertyMismatch()1418 && (SAttr & ObjCPropertyDecl::OBJC_PR_readwrite)) in DiagnosePropertyMismatch()1422 != (SAttr & ObjCPropertyDecl::OBJC_PR_copy)) in DiagnosePropertyMismatch()1425 else if (!(SAttr & ObjCPropertyDecl::OBJC_PR_readonly)){ in DiagnosePropertyMismatch()1430 (SAttr & in DiagnosePropertyMismatch()