Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaObjCProperty.cpp1407 ObjCPropertyDecl::PropertyAttributeKind SAttr = in DiagnosePropertyMismatch() local
1414 !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()