Lines Matching refs:add_field_decl
429 decls = add_field_decl (build_pointer_type (objc_class_template), in build_v1_class_template()
433 add_field_decl (build_pointer_type (objc_class_template), in build_v1_class_template()
437 add_field_decl (string_type_node, "name", &chain); in build_v1_class_template()
440 add_field_decl (long_integer_type_node, "version", &chain); in build_v1_class_template()
443 add_field_decl (long_integer_type_node, "info", &chain); in build_v1_class_template()
446 add_field_decl (long_integer_type_node, "instance_size", &chain); in build_v1_class_template()
449 add_field_decl (objc_ivar_list_ptr,"ivars", &chain); in build_v1_class_template()
452 add_field_decl (objc_method_list_ptr, "methods", &chain); in build_v1_class_template()
457 add_field_decl (ptype, "cache", &chain); in build_v1_class_template()
463 add_field_decl (ptype, "protocol_list", &chain); in build_v1_class_template()
468 add_field_decl (const_string_type_node, "ivar_layout", &chain); in build_v1_class_template()
473 add_field_decl (ptype, "ext", &chain); in build_v1_class_template()
478 add_field_decl (build_pointer_type (void_type_node), "sel_id", &chain); in build_v1_class_template()
480 add_field_decl (build_pointer_type (void_type_node), "gc_object_type", in build_v1_class_template()
508 decls = add_field_decl (string_type_node, "category_name", &chain); in build_v1_category_template()
511 add_field_decl (string_type_node, "class_name", &chain); in build_v1_category_template()
514 add_field_decl (objc_method_list_ptr, "instance_methods", &chain); in build_v1_category_template()
517 add_field_decl (objc_method_list_ptr, "class_methods", &chain); in build_v1_category_template()
521 add_field_decl (ptype, "protocol_list", &chain); in build_v1_category_template()
525 add_field_decl (integer_type_node, "size", &chain); in build_v1_category_template()
532 add_field_decl (ptype, "instance_properties", &chain); in build_v1_category_template()
570 decls = add_field_decl (ptype, "isa", &chain); in build_v1_protocol_template()
573 add_field_decl (string_type_node, "protocol_name", &chain); in build_v1_protocol_template()
577 add_field_decl (ptype, "protocol_list", &chain); in build_v1_protocol_template()
580 add_field_decl (objc_method_proto_list_ptr, "instance_methods", &chain); in build_v1_protocol_template()
583 add_field_decl (objc_method_proto_list_ptr, "class_methods", &chain); in build_v1_protocol_template()
1055 decls = add_field_decl (string_type_node, "name", &chain); in build_v1_property_template()
1058 add_field_decl (string_type_node, "attribute", &chain); in build_v1_property_template()
1086 decls = add_field_decl (integer_type_node, "size", &chain); in build_v1_objc_protocol_extension_template()
1089 add_field_decl (objc_method_list_ptr, "optional_instance_methods", &chain); in build_v1_objc_protocol_extension_template()
1092 add_field_decl (objc_method_list_ptr, "optional_class_methods", &chain); in build_v1_objc_protocol_extension_template()
1095 add_field_decl (objc_prop_list_ptr, "instance_properties", &chain); in build_v1_objc_protocol_extension_template()
1119 decls = add_field_decl (integer_type_node, "size", &chain); in build_objc_class_ext_template()
1122 add_field_decl (const_string_type_node, "weak_ivar_layout", &chain); in build_objc_class_ext_template()
1127 add_field_decl (ptrt, "properties", &chain); in build_objc_class_ext_template()
1263 decls = add_field_decl (integer_type_node, "entsize", &chain); in build_v1_property_list_template()
1266 add_field_decl (integer_type_node, "prop_count", &chain); in build_v1_property_list_template()
1270 add_field_decl (array_type, "prop_list", &chain); in build_v1_property_list_template()
2194 fields = add_field_decl (long_integer_type_node, "sel_ref_cnt", &chain); in build_objc_symtab_template()
2197 add_field_decl (build_pointer_type (objc_selector_type), "refs", &chain); in build_objc_symtab_template()
2200 add_field_decl (short_integer_type_node, "cls_def_cnt", &chain); in build_objc_symtab_template()
2203 add_field_decl (short_integer_type_node, "cat_def_cnt", &chain); in build_objc_symtab_template()
2211 add_field_decl (array_type, "defs", &chain); in build_objc_symtab_template()
2433 decls = add_field_decl (temp_type, "buf", &chain); in build_next_objc_exception_stuff()
2438 add_field_decl (temp_type, "pointers", &chain); in build_next_objc_exception_stuff()