Lines Matching defs:klass

562 objc_start_class_interface (tree klass, tree super_class,  in objc_start_class_interface()
575 objc_start_category_interface (tree klass, tree categ, in objc_start_category_interface()
643 objc_start_class_implementation (tree klass, tree super_class) in objc_start_class_implementation()
653 objc_start_category_implementation (tree klass, tree categ) in objc_start_category_implementation()
2065 objc_build_struct (tree klass, tree fields, tree super_name) in objc_build_struct()
4403 build_private_template (tree klass) in build_private_template()
5954 objc_add_method (tree klass, tree method, int is_class, bool is_optional) in objc_add_method()
6098 add_category (tree klass, tree category) in add_category()
6185 add_instance_variable (tree klass, objc_ivar_visibility_kind visibility, in add_instance_variable()
6340 ivar_of_class (tree klass, tree ivar_name_ident) in ivar_of_class()
6385 tree klass = lookup_interface (OBJC_TYPE_NAME (basetype)); in objc_is_public() local
6573 conforms_to_protocol (tree klass, tree protocol) in conforms_to_protocol()
6764 tree klass = NULL_TREE; in start_class() local
7002 continue_class (tree klass) in continue_class()
7155 objc_synthesize_getter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_getter()
7335 objc_synthesize_setter (tree klass, tree class_methods ATTRIBUTE_UNUSED, tree property) in objc_synthesize_setter()
7859 objc_gen_property_data (tree klass, tree class_methods) in objc_gen_property_data()
7887 finish_class (tree klass) in finish_class()