Home | History | Annotate | Download | only in Sema

Lines Matching refs:kind_strong

43       (ObjCPropertyAttribute::kind_retain | ObjCPropertyAttribute::kind_strong |
83 attr = ObjCPropertyAttribute::kind_strong;
139 return ObjCPropertyAttribute::kind_strong;
155 ObjCPropertyAttribute::kind_strong |
286 if (Attributes & ObjCPropertyAttribute::kind_strong)
287 attributesAsWritten |= ObjCPropertyAttribute::kind_strong;
665 if (Attributes & ObjCPropertyAttribute::kind_strong)
666 PDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong);
810 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong);
817 property->setPropertyAttributes(ObjCPropertyAttribute::kind_strong);
908 ObjCPropertyAttribute::kind_strong |
922 ObjCPropertyAttribute::kind_strong)) {
924 ObjCPropertyAttribute::kind_strong),
1303 !(kind & ObjCPropertyAttribute::kind_strong)) {
1660 ObjCPropertyAttribute::kind_strong));
1662 ObjCPropertyAttribute::kind_strong));
2660 ObjCPropertyAttribute::kind_strong)) &&
2672 ObjCPropertyAttribute::kind_strong);
2696 if (Attributes & ObjCPropertyAttribute::kind_strong) {
2699 Attributes &= ~ObjCPropertyAttribute::kind_strong;
2720 if (Attributes & ObjCPropertyAttribute::kind_strong) {
2723 Attributes &= ~ObjCPropertyAttribute::kind_strong;
2737 if (Attributes & ObjCPropertyAttribute::kind_strong) {
2740 Attributes &= ~ObjCPropertyAttribute::kind_strong;
2752 } else if ((Attributes & ObjCPropertyAttribute::kind_strong) &&
2783 PropertyDecl->setPropertyAttributes(ObjCPropertyAttribute::kind_strong);
2817 !(Attributes & ObjCPropertyAttribute::kind_strong) &&