Searched refs:RenderAttribute (Results 1 – 1 of 1) sorted by relevance
631 auto RenderAttribute = in getFragmentsForObjCProperty() local655 RenderAttribute(ObjCPropertyAttribute::kind_class, "class"); in getFragmentsForObjCProperty()656 RenderAttribute(ObjCPropertyAttribute::kind_direct, "direct"); in getFragmentsForObjCProperty()657 RenderAttribute(ObjCPropertyAttribute::kind_nonatomic, "nonatomic"); in getFragmentsForObjCProperty()658 RenderAttribute(ObjCPropertyAttribute::kind_atomic, "atomic"); in getFragmentsForObjCProperty()659 RenderAttribute(ObjCPropertyAttribute::kind_assign, "assign"); in getFragmentsForObjCProperty()660 RenderAttribute(ObjCPropertyAttribute::kind_retain, "retain"); in getFragmentsForObjCProperty()661 RenderAttribute(ObjCPropertyAttribute::kind_strong, "strong"); in getFragmentsForObjCProperty()662 RenderAttribute(ObjCPropertyAttribute::kind_copy, "copy"); in getFragmentsForObjCProperty()663 RenderAttribute(ObjCPropertyAttribute::kind_weak, "weak"); in getFragmentsForObjCProperty()[all …]