Lines Matching defs:get_scope
4683 scope_decl *scope = get_scope();
4739 string qualified_name = build_qualified_name(get_scope(), t->get_name());
4783 decl_base::get_scope() const
4786 return priv_->context_->get_scope();
4961 if (scope_decl* s = get_scope())
5391 {return (d.get_scope());}
5957 || (d.get_scope() && d.get_scope()->get_naming_typedef()))
7259 if (scope_decl *scope = (*i)->get_scope())
7333 scope_decl* scope = is_decl(type) ? is_decl(type)->get_scope() : 0;
7365 scope_decl* scope = is_decl(t)->get_scope();
7401 is_decl(t->get_underlying_type())->get_scope();
7417 is_decl(t->get_underlying_type())->get_scope();
7435 scope_decl* scope = is_decl(e)->get_scope();
7842 ABG_ASSERT(!member->get_scope());
8108 if (scope && decl && !decl->get_scope())
8133 scope_decl* scope = decl->get_scope();
8152 if (scope && decl && !decl->get_scope())
8202 scope_decl* scope = decl.get_scope();
8204 scope = scope->get_scope();
8253 s = decl->get_scope();
8263 while (s && !is_global_scope(s) && s->get_scope() != scope)
8264 s = s->get_scope();
8461 return d->get_scope();
9696 {return (is_global_scope(decl.get_scope()));}
9705 {return (decl && is_global_scope(decl->get_scope()));}
9747 scope_decl* scope = decl.get_scope();
9788 {return (decl && dynamic_cast<template_decl*>(decl->get_scope()));}
10660 && dynamic_cast<template_decl*>(decl->get_scope()));
11755 for (scope_decl* s = type_decl->get_scope(); s != 0; s = s->get_scope())
14461 scope_decl *scope = d->get_scope();
15994 if (scope_decl* s = get_scope())
18891 class_or_union* scope = is_class_or_union_type(get_scope());
18898 add_decl_to_scope(v, get_scope());
20393 class_or_union* scope = is_class_or_union_type(get_scope());
20413 add_decl_to_scope(f, get_scope());
21734 decl_base* c = m->as_function_tdecl()->get_scope();
21748 decl_base* c = m->as_class_tdecl()->get_scope();
24237 scope_decl* scope = d.get_scope();
26736 abigail::ir::scope_decl* parent = d->get_scope();