Lines Matching refs:first_scope
4833 /// @param first_scope the first @ref class_or_union of the diff node.
4838 class_or_union_diff::class_or_union_diff(class_or_union_sptr first_scope,
4841 : type_diff_base(first_scope, second_scope, ctxt)
5498 /// @param first_scope the first class of the diff.
5503 class_diff::class_diff(class_decl_sptr first_scope,
5506 : class_or_union_diff(first_scope, second_scope, ctxt)
6266 /// @param first_scope the first scope to consider for the diff.
6274 scope_diff::scope_diff(scope_decl_sptr first_scope,
6277 : diff(first_scope, second_scope, ctxt),
6285 scope_diff::first_scope() const
6463 if (!equals(*first_scope(), *second_scope(), &k))
6502 ABG_ASSERT(d->first_scope() == first && d->second_scope() == second);
6521 /// @param first_scope the first scope to consider in computing the diff.
6530 compute_diff(const scope_decl_sptr first_scope,
6534 scope_diff_sptr d(new scope_diff(first_scope, second_scope, ctxt));
6535 d = compute_diff(first_scope, second_scope, d, ctxt);