Lines Matching refs:second_scope
4839 class_or_union_sptr second_scope, in class_or_union_diff() argument
4841 : type_diff_base(first_scope, second_scope, ctxt) in class_or_union_diff()
5504 class_decl_sptr second_scope, in class_diff() argument
5506 : class_or_union_diff(first_scope, second_scope, ctxt) in class_diff()
6275 scope_decl_sptr second_scope, in scope_diff() argument
6277 : diff(first_scope, second_scope, ctxt), in scope_diff()
6292 scope_diff::second_scope() const in second_scope() function in abigail::comparison::scope_diff
6463 if (!equals(*first_scope(), *second_scope(), &k)) in has_local_changes()
6502 ABG_ASSERT(d->first_scope() == first && d->second_scope() == second); in compute_diff()
6531 const scope_decl_sptr second_scope, in compute_diff() argument
6534 scope_diff_sptr d(new scope_diff(first_scope, second_scope, ctxt)); in compute_diff()
6535 d = compute_diff(first_scope, second_scope, d, ctxt); in compute_diff()