Lines Matching refs:get_global_scope
740 translation_unit::get_global_scope() const in get_global_scope() function in abigail::ir::translation_unit
742 return const_cast<translation_unit*>(this)->get_global_scope(); in get_global_scope()
751 translation_unit::get_global_scope() in get_global_scope() function in abigail::ir::translation_unit
946 {return get_global_scope()->is_empty();} in is_empty()
1006 return *get_global_scope() == *other.get_global_scope(); in operator ==()
1060 {return get_global_scope()->traverse(v);} in traverse()
7023 get_global_scope(const decl_base& decl) in get_global_scope() function
7042 get_global_scope(const decl_base* decl) in get_global_scope() function
7043 {return get_global_scope(*decl);} in get_global_scope()
7052 get_global_scope(const shared_ptr<decl_base> decl) in get_global_scope() function
7053 {return get_global_scope(decl.get());} in get_global_scope()
7074 return get_global_scope(decl); in get_top_most_scope_under()
10266 return lookup_type_in_scope(type, tu.get_global_scope().get()); in lookup_type_through_scopes()
10295 {return lookup_node_in_scope<NodeKind>(fqn, tu.get_global_scope());} in lookup_node_in_translation_unit()
12236 add_decl_to_scope(is_decl(result), tu.get_global_scope()); in synthesize_type_from_translation_unit()