Searched refs:objc_synthesize_setter (Results 1 – 2 of 2) sorted by relevance
1236 objc_synthesize_setter) Update calls to1919 (objc_synthesize_setter): Search for the setter declaration in2061 (objc_synthesize_setter): Implemented synthesizing setters that2122 (objc_synthesize_setter): Mark 'klass' argument as unused. Use2254 (objc_synthesize_setter): Updated call to2375 (objc_synthesize_setter): New.
132 static void objc_synthesize_setter (tree, tree, tree);7541 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_setter() function8084 objc_synthesize_setter (klass, class_methods, x); in objc_gen_property_data()