Searched defs:SAttr (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1407 ObjCPropertyDecl::PropertyAttributeKind SAttr = local
1414 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr))
1418 && (SAttr & ObjCPropertyDecl::OBJC_PR_readwrite))
1422 != (SAttr & ObjCPropertyDecl::OBJC_PR_copy))
1425 else if (!(SAttr & ObjCPropertyDecl::OBJC_PR_readonly)){
1430 (SAttr &

Completed in 90 milliseconds