Lines Matching defs:get_location
4596 decl_base::get_location() const
4627 /// retrieved using decl_base::get_location().
6552 ty->get_location()));
6562 ty->get_location()));
6571 ty->get_location()));
6577 t.reset(new array_type_def(p, ty->get_subranges(), ty->get_location()));
6594 p->get_location(),
6621 p->get_location(),
7256 (*i)->get_location(),
7266 subranges, array->get_location()));
7290 t->get_location(), t->get_linkage_name(),
7315 t->get_cv_quals(), t->get_location()));
8420 get_location(const type_base_sptr& type)
8423 return get_location(decl);
8433 get_location(const decl_base_sptr& decl)
8435 location loc = decl->get_location();
8442 loc = c->get_location();
9431 if (decl->get_location())
9432 return decl->get_location();
9452 return decl->get_location();
13103 else if (location l = type->get_location())
13163 else if (location l = type->get_location())
13751 qual->get_location()));
13764 p->get_location()));
13777 r->get_location()));
13847 (*i)->get_location(),
14026 l = c1->get_location();
14028 l = dynamic_cast<const decl_base&>(t1).get_location();
14034 l = c2->get_location();
14036 l = dynamic_cast<const decl_base&>(t2).get_location();
17795 array_type_def::get_location() const
17796 {return decl_base::get_location();}
18882 get_location(),
20389 get_location(),
20409 get_location(),
22161 method->get_location(),
22746 decl_base(base->get_environment(), base->get_name(), base->get_location(),
22839 get_type_declaration(base)->get_location(),
23204 location fn_loc = f.get_location(), sn_loc = s.get_location();