• Home
  • Raw
  • Download

Lines Matching refs:get_location

4596 decl_base::get_location() const  in get_location()  function in abigail::ir::decl_base
6552 ty->get_location())); in strip_typedef()
6562 ty->get_location())); in strip_typedef()
6571 ty->get_location())); in strip_typedef()
6577 t.reset(new array_type_def(p, ty->get_subranges(), ty->get_location())); in strip_typedef()
6594 p->get_location(), in strip_typedef()
6621 p->get_location(), in strip_typedef()
7256 (*i)->get_location(), in clone_array()
7266 subranges, array->get_location())); in clone_array()
7290 t->get_location(), t->get_linkage_name(), in clone_typedef()
7315 t->get_cv_quals(), t->get_location())); in clone_qualified_type()
8420 get_location(const type_base_sptr& type) in get_location() function
8423 return get_location(decl); in get_location()
8433 get_location(const decl_base_sptr& decl) in get_location() function
8435 location loc = decl->get_location(); in get_location()
8442 loc = c->get_location(); in get_location()
9431 if (decl->get_location()) in get_natural_or_artificial_location()
9432 return decl->get_location(); in get_natural_or_artificial_location()
9452 return decl->get_location(); in get_artificial_or_natural_location()
13103 else if (location l = type->get_location()) in maybe_update_types_lookup_map()
13163 else if (location l = type->get_location()) in maybe_update_types_lookup_map()
13751 qual->get_location())); in synthesize_type_from_translation_unit()
13764 p->get_location())); in synthesize_type_from_translation_unit()
13777 r->get_location())); in synthesize_type_from_translation_unit()
13847 (*i)->get_location(), in synthesize_function_type_from_translation_unit()
14026 l = c1->get_location(); in types_defined_same_linux_kernel_corpus_public()
14028 l = dynamic_cast<const decl_base&>(t1).get_location(); in types_defined_same_linux_kernel_corpus_public()
14034 l = c2->get_location(); in types_defined_same_linux_kernel_corpus_public()
14036 l = dynamic_cast<const decl_base&>(t2).get_location(); in types_defined_same_linux_kernel_corpus_public()
17795 array_type_def::get_location() const in get_location() function in abigail::ir::array_type_def
17796 {return decl_base::get_location();} in get_location()
18882 get_location(), in clone()
20389 get_location(), in clone()
20409 get_location(), in clone()
22161 method->get_location(), in copy_member_function()
22746 decl_base(base->get_environment(), base->get_name(), base->get_location(), in base_spec()
22839 get_type_declaration(base)->get_location(), in base_spec()
23204 location fn_loc = f.get_location(), sn_loc = s.get_location(); in operator ()()