Lines Matching refs:diff_category
1037 diff_category
1047 diff_context::set_allowed_category(diff_category c) in set_allowed_category()
1060 diff_context::switch_categories_on(diff_category c) in switch_categories_on()
1071 diff_context::switch_categories_off(diff_category c) in switch_categories_off()
2191 diff_category
2204 diff_category
2217 diff_category
2231 diff_category
2232 diff::add_to_category(diff_category c) in add_to_category()
2246 diff_category
2247 diff::add_to_local_category(diff_category c) in add_to_local_category()
2259 diff::add_to_local_and_inherited_categories(diff_category c) in add_to_local_and_inherited_categories()
2275 diff_category
2276 diff::remove_from_category(diff_category c) in remove_from_category()
2290 diff_category
2291 diff::remove_from_local_category(diff_category c) in remove_from_local_category()
2303 diff::set_category(diff_category c) in set_category()
2310 diff::set_local_category(diff_category c) in set_local_category()
2811 diff_category
2812 operator|(diff_category c1, diff_category c2) in operator |()
2813 {return static_cast<diff_category>(static_cast<unsigned>(c1) in operator |()
2816 diff_category&
2817 operator|=(diff_category& c1, diff_category c2) in operator |=()
2823 diff_category&
2824 operator&=(diff_category& c1, diff_category c2) in operator &=()
2830 diff_category
2831 operator^(diff_category c1, diff_category c2) in operator ^()
2832 {return static_cast<diff_category>(static_cast<unsigned>(c1) in operator ^()
2835 diff_category
2836 operator&(diff_category c1, diff_category c2) in operator &()
2837 {return static_cast<diff_category>(static_cast<unsigned>(c1) in operator &()
2840 diff_category
2841 operator~(diff_category c) in operator ~()
2842 {return static_cast<diff_category>(~static_cast<unsigned>(c));} in operator ~()
2850 diff_category
2876 diff_category
2892 operator<<(ostream& o, diff_category c) in operator <<()
4318 diff_category allowed_category = ctxt->get_allowed_category(); in count_filtered_changed_mem_fns()
4357 diff_category allowed_category = ctxt->get_allowed_category(); in count_filtered_inserted_mem_fns()
4390 diff_category allowed_category = ctxt->get_allowed_category(); in count_filtered_deleted_mem_fns()
11383 diff_category c = diff->get_category(); in visit_end()
11473 diff_category c = is_private_type in visit_begin()
12172 diff_category c = d->get_category(); in visit()