Lines Matching defs:klass

577 objc_start_class_interface (tree klass, location_t name_loc, tree super_class,  in objc_start_class_interface()
590 objc_start_category_interface (tree klass, tree categ, in objc_start_category_interface()
658 objc_start_class_implementation (tree klass, tree super_class) in objc_start_class_implementation()
668 objc_start_category_implementation (tree klass, tree categ) in objc_start_category_implementation()
2223 objc_build_struct (tree klass, tree fields, tree super_name) in objc_build_struct()
4589 build_private_template (tree klass) in build_private_template()
6145 objc_add_method (tree klass, tree method, int is_class, bool is_optional) in objc_add_method()
6289 add_category (tree klass, tree category) in add_category()
6376 add_instance_variable (tree klass, objc_ivar_visibility_kind visibility, in add_instance_variable()
6531 ivar_of_class (tree klass, tree ivar_name_ident) in ivar_of_class()
6576 tree klass = lookup_interface (OBJC_TYPE_NAME (basetype)); in objc_is_public() local
6764 conforms_to_protocol (tree klass, tree protocol) in conforms_to_protocol()
6955 tree klass = NULL_TREE; in start_class() local
7209 continue_class (tree klass) in continue_class()
7360 objc_synthesize_getter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_getter()
7541 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_setter()
8068 objc_gen_property_data (tree klass, tree class_methods) in objc_gen_property_data()
8096 finish_class (tree klass) in finish_class()