Lines Matching refs:second_scope
4941 class_or_union_sptr second_scope, in class_or_union_diff() argument
4943 : type_diff_base(first_scope, second_scope, ctxt) in class_or_union_diff()
5521 class_decl_sptr second_scope, in class_diff() argument
5523 : class_or_union_diff(first_scope, second_scope, ctxt) in class_diff()
6323 scope_decl_sptr second_scope, in scope_diff() argument
6325 : diff(first_scope, second_scope, ctxt), in scope_diff()
6350 scope_diff::second_scope() const in second_scope() function in abigail::comparison::scope_diff
6521 if (!equals(*first_scope(), *second_scope(), &k)) in has_local_changes()
6560 ABG_ASSERT(d->first_scope() == first && d->second_scope() == second); in compute_diff()
6592 const scope_decl_sptr second_scope, in compute_diff() argument
6595 if (first_scope && second_scope) in compute_diff()
6597 == second_scope->get_environment()); in compute_diff()
6599 scope_diff_sptr d(new scope_diff(first_scope, second_scope, ctxt)); in compute_diff()
6600 d = compute_diff(first_scope, second_scope, d, ctxt); in compute_diff()