Searched refs:prop_record (Results 1 – 2 of 2) sorted by relevance
1048 tree prop_record; in build_v1_property_template() local1051 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v1_property_template()1058 objc_finish_struct (prop_record, decls); in build_v1_property_template()1059 return prop_record; in build_v1_property_template()
1790 tree prop_record; in build_v2_property_template() local1793 prop_record = objc_start_struct (get_identifier ("_prop_t")); in build_v2_property_template()1800 objc_finish_struct (prop_record, decls); in build_v2_property_template()1801 return prop_record; in build_v2_property_template()