Searched refs:RenderAttribute (Results 1 – 1 of 1) sorted by relevance
1460 auto RenderAttribute = in getFragmentsForObjCProperty() local1484 RenderAttribute(ObjCPropertyAttribute::kind_class, "class"); in getFragmentsForObjCProperty()1485 RenderAttribute(ObjCPropertyAttribute::kind_direct, "direct"); in getFragmentsForObjCProperty()1486 RenderAttribute(ObjCPropertyAttribute::kind_nonatomic, "nonatomic"); in getFragmentsForObjCProperty()1487 RenderAttribute(ObjCPropertyAttribute::kind_atomic, "atomic"); in getFragmentsForObjCProperty()1488 RenderAttribute(ObjCPropertyAttribute::kind_assign, "assign"); in getFragmentsForObjCProperty()1489 RenderAttribute(ObjCPropertyAttribute::kind_retain, "retain"); in getFragmentsForObjCProperty()1490 RenderAttribute(ObjCPropertyAttribute::kind_strong, "strong"); in getFragmentsForObjCProperty()1491 RenderAttribute(ObjCPropertyAttribute::kind_copy, "copy"); in getFragmentsForObjCProperty()1492 RenderAttribute(ObjCPropertyAttribute::kind_weak, "weak"); in getFragmentsForObjCProperty()[all …]