Lines Matching refs:objc_start_struct
575 objc_start_struct (get_identifier ("_message_ref_t")); in build_v2_message_ref_templates()
601 objc_start_struct (get_identifier ("_super_message_ref_t")); in build_v2_message_ref_templates()
666 objc_start_struct (get_identifier (UTAG_V2_CLASS_RO)); in build_v2_class_templates()
712 objc_start_struct (get_identifier (UTAG_V2_CLASS)); in build_v2_class_templates()
744 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER)); in build_v2_super_template()
778 objc_start_struct (get_identifier (UTAG_V2_PROTOCOL)); in build_v2_protocol_template()
842 objc_start_struct (get_identifier ("_category_t")); in build_v2_category_template()
1960 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v2_property_template()
1988 objc_ivar_record = objc_start_struct (objc_ivar_id); in build_v2_ivar_t_template()
2446 method_list_t_record = objc_start_struct (NULL_TREE); in build_v2_method_list_template()
2585 property_list_t_record = objc_start_struct (NULL_TREE); in build_v2_property_list_template()
3115 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_v2_ivar_list_t_template()
3634 objc_v2_ehtype_template = objc_start_struct (get_identifier (UTAG_V2_EH_TYPE)); in build_v2_ehtype_template()