Lines Matching refs:diff_category
336 enum diff_category enum
470 diff_category
471 operator|(diff_category c1, diff_category c2);
473 diff_category&
474 operator|=(diff_category& c1, diff_category c2);
476 diff_category&
477 operator&=(diff_category& c1, diff_category c2);
479 diff_category
480 operator^(diff_category c1, diff_category c2);
482 diff_category
483 operator&(diff_category c1, diff_category c2);
485 diff_category
486 operator~(diff_category c);
488 diff_category
491 diff_category
495 operator<<(ostream& o, diff_category);
705 diff_category
709 set_allowed_category(diff_category c);
712 switch_categories_on(diff_category c);
715 switch_categories_off(diff_category c);
971 diff_category
974 diff_category
977 diff_category
980 diff_category
981 add_to_category(diff_category c);
983 diff_category
984 add_to_local_category(diff_category c);
987 add_to_local_and_inherited_categories(diff_category c);
989 diff_category
990 remove_from_category(diff_category c);
992 diff_category
993 remove_from_local_category(diff_category c);
996 set_category(diff_category c);
999 set_local_category(diff_category c);