Lines Matching defs:is_global_scope
8255 if (is_global_scope(s))
8263 while (s && !is_global_scope(s) && s->get_scope() != scope)
8266 if (!s || is_global_scope(s))
9667 is_global_scope(const scope_decl& scope)
9677 is_global_scope(const scope_decl* scope)
9686 is_global_scope(const shared_ptr<scope_decl>scope)
9687 {return is_global_scope(scope.get());}
9696 {return (is_global_scope(decl.get_scope()));}
9705 {return (decl && is_global_scope(decl->get_scope()));}
11758 if (is_global_scope(s))