Lines Matching refs:scope_diff
6119 scope_diff::clear_lookup_tables() in clear_lookup_tables()
6140 scope_diff::lookup_tables_empty() const in lookup_tables_empty()
6157 scope_diff::ensure_lookup_tables_populated() in ensure_lookup_tables_populated()
6297 scope_diff::chain_into_hierarchy() in chain_into_hierarchy()
6322 scope_diff::scope_diff(scope_decl_sptr first_scope, in scope_diff() function in abigail::comparison::scope_diff
6331 scope_diff::finish_diff_type() in finish_diff_type()
6343 scope_diff::first_scope() const in first_scope()
6350 scope_diff::second_scope() const in second_scope()
6372 scope_diff::member_changes() const in member_changes()
6394 scope_diff::member_changes() in member_changes()
6407 scope_diff::deleted_member_at(unsigned i) const in deleted_member_at()
6424 scope_diff::deleted_member_at(vector<deletion>::const_iterator i) const in deleted_member_at()
6438 scope_diff::inserted_member_at(unsigned i) in inserted_member_at()
6455 scope_diff::inserted_member_at(vector<unsigned>::const_iterator i) in inserted_member_at()
6461 scope_diff::changed_types() const in changed_types()
6467 scope_diff::changed_decls() const in changed_decls()
6471 scope_diff::removed_types() const in removed_types()
6475 scope_diff::removed_decls() const in removed_decls()
6479 scope_diff::added_types() const in added_types()
6483 scope_diff::added_decls() const in added_decls()
6489 scope_diff::get_pretty_representation() const in get_pretty_representation()
6508 scope_diff::has_changes() const in has_changes()
6518 scope_diff::has_local_changes() const in has_local_changes()
6532 scope_diff::report(ostream& out, const string& indent) const in report()
6599 scope_diff_sptr d(new scope_diff(first_scope, second_scope, ctxt)); in compute_diff()
7570 : scope_diff(first->get_global_scope(), second->get_global_scope(), ctxt), in translation_unit_diff()
7594 {return scope_diff::has_changes();} in has_changes()
7610 {scope_diff::report(out, indent);} in report()
7640 scope_diff_sptr sc_diff = dynamic_pointer_cast<scope_diff>(tu_diff); in compute_diff()
11394 diff_node_visitor::visit(scope_diff* dif, bool pre) in visit()