Lines Matching refs:get_scope
3999 decl_base::get_scope() const in get_scope() function in abigail::ir::decl_base
4002 return priv_->context_->get_scope(); in get_scope()
4172 if (scope_decl* s = get_scope()) in set_is_declaration_only()
4569 {return (d.get_scope());} in has_scope()
6182 if (scope_decl *scope = (*i)->get_scope()) in clone_array()
6256 scope_decl* scope = is_decl(type) ? is_decl(type)->get_scope() : 0; in clone_typedef_array_qualified_type()
6288 scope_decl* scope = is_decl(t)->get_scope(); in clone_array_tree()
6324 is_decl(t->get_underlying_type())->get_scope(); in clone_array_tree()
6340 is_decl(t->get_underlying_type())->get_scope(); in clone_array_tree()
6358 scope_decl* scope = is_decl(e)->get_scope(); in clone_array_tree()
6665 ABG_ASSERT(!member->get_scope()); in insert_member_decl()
6934 if (scope && decl && !decl->get_scope()) in add_decl_to_scope()
6959 scope_decl* scope = decl->get_scope(); in remove_decl_from_scope()
6978 if (scope && decl && !decl->get_scope()) in insert_decl_into_scope()
7028 scope_decl* scope = decl.get_scope(); in get_global_scope()
7030 scope = scope->get_scope(); in get_global_scope()
7079 s = decl->get_scope(); in get_top_most_scope_under()
7089 while (s && !is_global_scope(s) && s->get_scope() != scope) in get_top_most_scope_under()
7090 s = s->get_scope(); in get_top_most_scope_under()
7287 return d->get_scope(); in get_type_scope()
8231 {return (is_global_scope(decl.get_scope()));} in is_at_global_scope()
8240 {return (decl && is_global_scope(decl->get_scope()));} in is_at_global_scope()
8273 scope_decl* scope = decl.get_scope(); in is_at_class_scope()
8314 {return (decl && dynamic_cast<template_decl*>(decl->get_scope()));} in is_at_template_scope()
9140 && dynamic_cast<template_decl*>(decl->get_scope())); in is_function_template_pattern()
10232 for (scope_decl* s = type_decl->get_scope(); s != 0; s = s->get_scope()) in lookup_type_in_scope()
12797 scope_decl *scope = d->get_scope(); in canonicalize()
16575 class_decl* scope = dynamic_cast<class_decl*>(get_scope()); in clone()
16582 add_decl_to_scope(v, get_scope()); in clone()
18045 class_or_union* scope = is_class_or_union_type(get_scope()); in clone()
18065 add_decl_to_scope(f, get_scope()); in clone()
19640 decl_base* c = m->as_function_tdecl()->get_scope(); in add_member_function_template()
19654 decl_base* c = m->as_class_tdecl()->get_scope(); in add_member_class_template()
22043 scope_decl* scope = d.get_scope(); in set_member_is_static()
24414 abigail::ir::scope_decl* parent = d->get_scope(); in do_update()