Lines Matching refs:kind_retain
43 (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong |
153 (ObjCPropertyAttribute::kind_assign | ObjCPropertyAttribute::kind_retain |
284 if (Attributes & ObjCPropertyAttribute::kind_retain)
285 attributesAsWritten |= ObjCPropertyAttribute::kind_retain;
662 if (Attributes & ObjCPropertyAttribute::kind_retain)
663 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_retain);
907 (Attr & (ObjCPropertyAttribute::kind_retain |
921 ObjCPropertyAttribute::kind_retain |
923 Diag(OriginalAttributes & (ObjCPropertyAttribute::kind_retain |
1659 unsigned CAttrRetain = (CAttr & (ObjCPropertyAttribute::kind_retain |
1661 unsigned SAttrRetain = (SAttr & (ObjCPropertyAttribute::kind_retain |
2659 ObjCPropertyAttribute::kind_retain |
2671 ObjCPropertyAttribute::kind_retain |
2691 if (Attributes & ObjCPropertyAttribute::kind_retain) {
2694 Attributes &= ~ObjCPropertyAttribute::kind_retain;
2715 if (Attributes & ObjCPropertyAttribute::kind_retain) {
2718 Attributes &= ~ObjCPropertyAttribute::kind_retain;
2732 if (Attributes & ObjCPropertyAttribute::kind_retain) {
2735 Attributes &= ~ObjCPropertyAttribute::kind_retain;
2747 } else if ((Attributes & ObjCPropertyAttribute::kind_retain) &&
2751 Attributes &= ~ObjCPropertyAttribute::kind_retain;
2815 else if ((Attributes & ObjCPropertyAttribute::kind_retain) &&