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

/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp1310 ObjCPropertyDecl::PropertyAttributeKind SAttr = local
1317 !getOwnershipRule(SAttr) && getOwnershipRule(CAttr))
1321 && (SAttr & ObjCPropertyDecl::OBJC_PR_readwrite))
1325 != (SAttr & ObjCPropertyDecl::OBJC_PR_copy))
1328 else if (!(SAttr & ObjCPropertyDecl::OBJC_PR_readonly)){
1333 (SAttr &
1344 != (SAttr & ObjCPropertyDecl::OBJC_PR_nonatomic)) {

Completed in 238 milliseconds