Lines Matching refs:get_translation_unit
1044 if (const translation_unit* existing_tu = ftype->get_translation_unit()) in bind_function_type_life_time()
3430 translation_unit* tu = get_translation_unit(); in get_corpus()
3459 type_or_decl_base::get_translation_unit() in get_translation_unit() function in abigail::ir::type_or_decl_base
3467 type_or_decl_base::get_translation_unit() const in get_translation_unit() function in abigail::ir::type_or_decl_base
3468 {return const_cast<type_or_decl_base*>(this)->get_translation_unit();} in get_translation_unit()
5749 if (!t->get_translation_unit()) in strip_typedef()
5750 t->set_translation_unit(type->get_translation_unit()); in strip_typedef()
6637 if (translation_unit* tu = get_translation_unit()) in add_member_decl()
6639 if (translation_unit* existing_tu = member->get_translation_unit()) in add_member_decl()
6678 if (translation_unit* tu = get_translation_unit()) in insert_member_decl()
6680 if (translation_unit* existing_tu = member->get_translation_unit()) in insert_member_decl()
8074 artifact.get_translation_unit()->get_language(); in odr_is_relevant()
8173 get_translation_unit(const decl_base& decl) in get_translation_unit() function
8174 {return const_cast<translation_unit*>(decl.get_translation_unit());} in get_translation_unit()
8183 get_translation_unit(const decl_base* decl) in get_translation_unit() function
8184 {return decl ? get_translation_unit(*decl) : 0;} in get_translation_unit()
8193 get_translation_unit(const shared_ptr<decl_base> decl) in get_translation_unit() function
8194 {return get_translation_unit(decl.get());} in get_translation_unit()
11680 if (translation_unit *tu = basic_type->get_translation_unit()) in maybe_update_types_lookup_map()
11724 if (translation_unit *tu = class_type->get_translation_unit()) in maybe_update_types_lookup_map()
11767 if (translation_unit *tu = union_type->get_translation_unit()) in maybe_update_types_lookup_map()
11810 if (translation_unit *tu = enum_type->get_translation_unit()) in maybe_update_types_lookup_map()
11854 if (translation_unit *tu = typedef_type->get_translation_unit()) in maybe_update_types_lookup_map()
11897 if (translation_unit *tu = qualified_type->get_translation_unit()) in maybe_update_types_lookup_map()
11930 if (translation_unit *tu = pointer_type->get_translation_unit()) in maybe_update_types_lookup_map()
11963 if (translation_unit *tu = reference_type->get_translation_unit()) in maybe_update_types_lookup_map()
11996 if (translation_unit *tu = array_type->get_translation_unit()) in maybe_update_types_lookup_map()
12040 if (translation_unit *tu = subrange_type->get_translation_unit()) in maybe_update_types_lookup_map()
12084 if (translation_unit *tu = fn_type->get_translation_unit()) in maybe_update_types_lookup_map()