Searched refs:is_global_scope (Results 1 – 4 of 4) sorted by relevance
338 is_global_scope(const scope_decl&);341 is_global_scope(const scope_decl*);344 is_global_scope(const scope_decl_sptr);
6631 || (!is_global_scope(this) && get_is_anonymous())) in add_member_decl()7081 if (is_global_scope(s)) in get_top_most_scope_under()7089 while (s && !is_global_scope(s) && s->get_scope() != scope) in get_top_most_scope_under()7092 if (!s || is_global_scope(s)) in get_top_most_scope_under()8202 is_global_scope(const scope_decl& scope) in is_global_scope() function8212 is_global_scope(const scope_decl* scope) in is_global_scope() function8221 is_global_scope(const shared_ptr<scope_decl>scope) in is_global_scope() function8222 {return is_global_scope(scope.get());} in is_global_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()[all …]
1966 s && !is_global_scope(s); in write_decl_in_scope()1979 ABG_ASSERT(!is_global_scope(*i)); in write_decl_in_scope()
23137 Make is_global_scope() return a pointer to the global scope23138 * include/abg-fwd.h (is_global_scope): Return a global_scope*.23139 * src/abg-ir.cc (is_global_scope): Likewise.29257 (is_global_scope): Add missing API doc.33378 * include/abg-fwd.h (is_global_scope, is_at_global_scope)35472 (get_translation_unit, is_global_scope, is_decl_at_global_scope)35478 (get_translation_unit, is_global_scope, is_global_scope)