Lines Matching refs:objc_start_struct
549 objc_start_struct (get_identifier ("_message_ref_t")); in build_v2_message_ref_templates()
575 objc_start_struct (get_identifier ("_super_message_ref_t")); in build_v2_message_ref_templates()
640 objc_start_struct (get_identifier (UTAG_V2_CLASS_RO)); in build_v2_class_templates()
686 objc_start_struct (get_identifier (UTAG_V2_CLASS)); in build_v2_class_templates()
718 objc_super_template = objc_start_struct (get_identifier (UTAG_SUPER)); in build_v2_super_template()
749 objc_start_struct (get_identifier (UTAG_V2_PROTOCOL)); in build_v2_protocol_template()
803 objc_start_struct (get_identifier ("_category_t")); in build_v2_category_template()
1793 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v2_property_template()
1821 objc_ivar_record = objc_start_struct (objc_ivar_id); in build_v2_ivar_t_template()
2280 method_list_t_record = objc_start_struct (NULL_TREE); in build_v2_method_list_template()
2392 property_list_t_record = objc_start_struct (NULL_TREE); in build_v2_property_list_template()
2893 objc_ivar_list_record = objc_start_struct (NULL_TREE); in build_v2_ivar_list_t_template()
3412 objc_v2_ehtype_template = objc_start_struct (get_identifier (UTAG_V2_EH_TYPE)); in build_v2_ehtype_template()