• Home
  • Raw
  • Download

Lines Matching refs:diff_category

1035 diff_category
1045 diff_context::set_allowed_category(diff_category c) in set_allowed_category()
1058 diff_context::switch_categories_on(diff_category c) in switch_categories_on()
1069 diff_context::switch_categories_off(diff_category c) in switch_categories_off()
2195 diff_category
2208 diff_category
2221 diff_category
2235 diff_category
2236 diff::add_to_category(diff_category c) in add_to_category()
2250 diff_category
2251 diff::add_to_local_category(diff_category c) in add_to_local_category()
2263 diff::add_to_local_and_inherited_categories(diff_category c) in add_to_local_and_inherited_categories()
2279 diff_category
2280 diff::remove_from_category(diff_category c) in remove_from_category()
2294 diff_category
2295 diff::remove_from_local_category(diff_category c) in remove_from_local_category()
2307 diff::set_category(diff_category c) in set_category()
2314 diff::set_local_category(diff_category c) in set_local_category()
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 |=()
2842 diff_category&
2843 operator&=(diff_category& c1, diff_category c2) in operator &=()
2849 diff_category
2850 operator^(diff_category c1, diff_category c2) in operator ^()
2851 {return static_cast<diff_category>(static_cast<unsigned>(c1) in operator ^()
2854 diff_category
2855 operator&(diff_category c1, diff_category c2) in operator &()
2856 {return static_cast<diff_category>(static_cast<unsigned>(c1) in operator &()
2859 diff_category
2860 operator~(diff_category c) in operator ~()
2861 {return static_cast<diff_category>(~static_cast<unsigned>(c));} in operator ~()
2869 diff_category
2895 diff_category
2911 operator<<(ostream& o, diff_category c) in operator <<()
4420 diff_category allowed_category = ctxt->get_allowed_category(); in count_filtered_changed_mem_fns()
4459 diff_category allowed_category = ctxt->get_allowed_category(); in count_filtered_inserted_mem_fns()
4492 diff_category allowed_category = ctxt->get_allowed_category(); in count_filtered_deleted_mem_fns()
11502 diff_category c = diff->get_category(); in visit_end()
11592 diff_category c = is_private_type in visit_begin()
12275 diff_category c = d->get_category(); in visit()