Home
last modified time | relevance | path

Searched refs:scope_decl (Results 1 - 12 of 12) sorted by relevance

/third_party/libabigail/include/
H A Dabg-fwd.h225 class scope_decl;
227 /// Convenience typedef for a shared pointer on a @ref scope_decl.
228 typedef shared_ptr<scope_decl> scope_decl_sptr;
314 add_decl_to_scope(decl_base_sptr, scope_decl*);
338 is_global_scope(const scope_decl&);
341 is_global_scope(const scope_decl*);
569 scope_decl*);
591 scope_decl*
915 build_qualified_name(const scope_decl* scope, const string& name);
918 build_qualified_name(const scope_decl* scop
[all...]
H A Dabg-ir.h49 /// is an instance of abigail::scope_decl that owns a @ref
656 typedef shared_ptr<scope_decl> global_scope_sptr;
1207 scope_decl* scope_;
1218 context_rel(scope_decl* s) in context_rel()
1224 context_rel(scope_decl* s, in context_rel()
1232 scope_decl*
1253 set_scope(scope_decl* s) in set_scope()
1556 set_scope(scope_decl*);
1657 scope_decl*
1702 add_decl_to_scope(decl_base_sptr decl, scope_decl* scp
1767 class scope_decl : public virtual decl_base global() class
[all...]
H A Dabg-suppression.h288 const scope_decl* type_scope) const;
/third_party/libabigail/src/
H A Dabg-ir.cc3072 dm_context_rel::dm_context_rel(scope_decl* s, in dm_context_rel()
3081 dm_context_rel::dm_context_rel(scope_decl* s) in dm_context_rel()
4683 scope_decl *scope = get_scope(); in get_has_anonymous_parent()
4782 scope_decl*
4961 if (scope_decl* s = get_scope()) in set_is_declaration_only()
4963 scope_decl::declarations::iterator i; in set_is_declaration_only()
5238 decl_base::set_scope(scope_decl* scope) in set_scope()
5429 /// Test if a declaration is a @ref scope_decl.
5433 /// @return the a pointer to the @ref scope_decl sub-object of @p d,
5434 /// if d is a @ref scope_decl
7508 scope_decl::scope_decl(const environment& env, scope_decl() function in abigail::ir::scope_decl
7524 scope_decl::scope_decl(const environment& env, location& l) scope_decl() function in abigail::ir::scope_decl
[all...]
H A Dabg-dwarf-reader.cc260 typedef stack<scope_decl*> scope_stack_type;
4758 scope_decl*
5752 scope_decl* scope,
5767 scope_decl* scope,
5777 scope_decl* scope,
5797 const scope_decl* scope,
5803 scope_decl *scope,
5817 scope_decl *scope,
5824 const scope_decl* scope,
11669 s = dynamic_pointer_cast<scope_decl>(
[all...]
H A Dabg-hash.cc163 /// Hashing operator for the @ref scope_decl type.
165 /// @param d the scope_decl to hash.
169 scope_decl::hash::operator()(const scope_decl& d) const in operator ()()
173 for (scope_decl::declarations::const_iterator i = in operator ()()
182 /// Hashing operator for the @ref scope_decl type.
184 /// @param d the scope_decl to hash.
188 scope_decl::hash::operator()(const scope_decl* d) const in operator ()()
H A Dabg-reader.cc420 scope_decl*
425 if (dynamic_cast<scope_decl*>(cur_decl.get())) in get_cur_scope()
426 // The current decl is a scope_decl, so it's our lexical scope. in get_cur_scope()
427 return dynamic_pointer_cast<scope_decl>(cur_decl).get(); in get_cur_scope()
429 // The current decl is not a scope_decl, so our lexical scope is in get_cur_scope()
511 scope_decl_sptr s = dynamic_pointer_cast<scope_decl>(d); in pop_scope()
520 return dynamic_pointer_cast<scope_decl>(d) == scope; in pop_scope()
1491 scope = dynamic_pointer_cast<scope_decl> in get_scope_for_node()
1497 scope = dynamic_pointer_cast<scope_decl>(i->second); in get_scope_for_node()
3495 scope_decl* scop in function_is_suppressed()
[all...]
H A Dabg-writer.cc1979 list<scope_decl*> scopes; in write_decl_in_scope()
1980 for (scope_decl* s = decl->get_scope(); in write_decl_in_scope()
1990 for (list<scope_decl*>::const_iterator i = scopes.begin(); in write_decl_in_scope()
2216 write_canonical_types_of_scope(const scope_decl &scope, in write_canonical_types_of_scope()
2442 typedef scope_decl::declarations declarations; in write_translation_unit()
2573 typedef scope_decl::declarations declarations; in write_namespace_decl()
H A Dabg-suppression-priv.h689 const scope_decl* scope,
H A Dabg-corpus-priv.h805 maybe_update_types_lookup_map(scope_decl *scope,
H A Dabg-suppression.cc1060 const scope_decl* type_scope, in suppression_matches_type_name()
1214 const scope_decl* type_scope) const in suppresses_type()
H A Dabg-comparison.cc6286 {return dynamic_pointer_cast<scope_decl>(first_subject());} in first_scope()
6293 {return dynamic_pointer_cast<scope_decl>(second_subject());} in second_scope()
6351 scope_decl_sptr scope = dynamic_pointer_cast<scope_decl>(first_subject()); in deleted_member_at()
6382 scope_decl_sptr scope = dynamic_pointer_cast<scope_decl>(second_subject()); in inserted_member_at()
7514 compute_diff(static_pointer_cast<scope_decl>(first->get_global_scope()), in compute_diff()
7515 static_pointer_cast<scope_decl>(second->get_global_scope()), in compute_diff()

Completed in 78 milliseconds