Lines Matching defs:class_diff
120 class class_diff;
122 /// Convenience typedef for a shared pointer on a @ref class_diff type.
123 typedef shared_ptr<class_diff> class_diff_sptr;
897 /// is represented by a class_diff type. All of these types derive
906 /// For instance, if we consider a change carried by a class_diff, the
908 /// In other word, the class_diff change might have a child diff node
912 /// member change detail) of the class_diff.
915 /// class_diff::sorted_changed_data_members() member function which
1549 /// This is the base class of @ref class_diff and @ref union_diff.
1668 class class_diff : public class_or_union_diff
1689 class_diff(class_decl_sptr first_scope,
1696 virtual ~class_diff();
1743 };// end class_diff
2671 visit(class_diff*, bool);
2794 const class_diff*