Lines Matching refs:add_decl_to_scope
13801 * include/abg-fwd.h (add_decl_to_scope): Pass the scope smart
13842 (add_decl_to_scope): Pass the scope smart pointer by reference.
19051 (add_decl_to_scope): Do not set the scope here anymore. Just call
32001 * include/abg-fwd.h (add_decl_to_scope, insert_decl_into_scope):
32007 (class scope_decl, class_decl): Update the friend add_decl_to_scope
32036 in lieu of add_decl_to_scope.
32048 (add_decl_to_scope): Likewise.
33113 * src/abg-ir.cc (add_decl_to_scope): Benign style cleanup.
33382 (add_decl_to_scope, get_global_scope, get_translation_unit):
34755 * src/abg-ir.cc (add_decl_to_scope): If a decl is already in a
34860 Add a new add_decl_to_scope overload
34861 * src/abg-ir.h (add_decl_to_scope): New declaration.
34862 * src/abg-ir.cc (add_decl_to_scope): New definition.
34866 Ensure add_decl_to_scope properly updates the scope
35471 * src/abg-ir.h (add_decl_to_scope, get_global_scope)
35589 (decl_base::set_scope, add_decl_to_scope): Pass the
35593 (decl_base::set_scope, add_decl_to_scope): Pass the scope as a
35815 (add_decl_to_scope): New function, friend of decl_base and
35819 (handle_type_decl, handle_namespace_decl): Use add_decl_to_scope.