Lines Matching defs:Attributes
791 unsigned Attributes = PD->getPropertyAttributes();
793 bool GenGetProperty = !(Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic) &&
794 (Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
852 bool GenSetProperty = Attributes & (ObjCPropertyDecl::OBJC_PR_retain |
872 if (Attributes & ObjCPropertyDecl::OBJC_PR_nonatomic)
876 if (Attributes & ObjCPropertyDecl::OBJC_PR_copy)