Searched refs:RenderAttribute (Results 1 – 1 of 1) sorted by relevance
1480 auto RenderAttribute = in getFragmentsForObjCProperty() local1504 RenderAttribute(ObjCPropertyAttribute::kind_class, "class"); in getFragmentsForObjCProperty()1505 RenderAttribute(ObjCPropertyAttribute::kind_direct, "direct"); in getFragmentsForObjCProperty()1506 RenderAttribute(ObjCPropertyAttribute::kind_nonatomic, "nonatomic"); in getFragmentsForObjCProperty()1507 RenderAttribute(ObjCPropertyAttribute::kind_atomic, "atomic"); in getFragmentsForObjCProperty()1508 RenderAttribute(ObjCPropertyAttribute::kind_assign, "assign"); in getFragmentsForObjCProperty()1509 RenderAttribute(ObjCPropertyAttribute::kind_retain, "retain"); in getFragmentsForObjCProperty()1510 RenderAttribute(ObjCPropertyAttribute::kind_strong, "strong"); in getFragmentsForObjCProperty()1511 RenderAttribute(ObjCPropertyAttribute::kind_copy, "copy"); in getFragmentsForObjCProperty()1512 RenderAttribute(ObjCPropertyAttribute::kind_weak, "weak"); in getFragmentsForObjCProperty()[all …]