Lines Matching refs:get_global_scope
1153 translation_unit::get_global_scope() const
1155 return const_cast<translation_unit*>(this)->get_global_scope();
1164 translation_unit::get_global_scope()
1344 return get_global_scope()->is_empty();
1405 return *get_global_scope() == *other.get_global_scope();
1459 {return get_global_scope()->traverse(v);}
8197 get_global_scope(const decl_base& decl)
8216 get_global_scope(const decl_base* decl)
8217 {return get_global_scope(*decl);}
8226 get_global_scope(const shared_ptr<decl_base> decl)
8227 {return get_global_scope(decl.get());}
8248 return get_global_scope(decl);
11789 return lookup_type_in_scope(type, tu.get_global_scope().get());
11818 {return lookup_node_in_scope<NodeKind>(fqn, tu.get_global_scope());}
13785 add_decl_to_scope(is_decl(result), tu.get_global_scope());