Lines Matching defs:loc

2292 ///@param loc the resulting location.
2298 location& loc)
2307 return read_artificial_location(rdr, node, loc);
2312 return read_artificial_location(rdr, node, loc);
2318 loc = c.get_translation_unit()->get_loc_mgr().create_new_location(file_path,
2331 ///@param loc the resulting location.
2337 location& loc)
2351 loc =
2354 loc.set_is_artificial(true);
3008 location loc;
3009 read_location(rdr, node, loc);
3012 namespace_decl_sptr decl(new namespace_decl(env, name, loc));
3303 location loc;
3304 read_location(rdr, node, loc);
3307 (new function_decl::parameter(type, name, loc,
3364 location loc;
3365 read_location(rdr, node, loc);
3406 declared_inline, loc,
3409 declared_inline, loc,
3715 location loc;
3716 read_location(rdr, node, loc);
3736 alignment_in_bits, loc));
3783 location loc;
3784 read_location(rdr, node, loc);
3826 decl.reset(new qualified_type_def(underlying_type, cv, loc));
3886 location loc;
3887 read_location(rdr, node, loc);
3897 loc));
3954 location loc;
3955 read_location(rdr, node, loc);
3978 alignment_in_bits, loc));
4161 location loc;
4162 read_location(rdr, node, loc);
4186 underlying_type, loc));
4277 location loc;
4278 read_location(rdr, node, loc);
4304 array_type_def_sptr ar_type(new array_type_def(type, subranges, loc));
4415 location loc;
4416 read_location(rdr, node, loc);
4475 enum_type_decl_sptr t(new enum_type_decl(name, loc,
4534 location loc;
4535 read_location(rdr, node, loc);
4545 typedef_decl_sptr t(new typedef_decl(name, underlying_type, loc));
4645 location loc;
4646 read_location(rdr, node, loc);
4726 decl->set_location(loc);
4730 is_struct, loc, vis, bases, mbrs,
5073 location loc;
5074 read_location(rdr, node, loc);
5140 loc, vis, mbrs,
5402 location loc;
5403 read_location(rdr, node, loc);
5413 function_tdecl_sptr fn_tmpl_decl(new function_tdecl(env, loc, vis, bind));
5468 location loc;
5469 read_location(rdr, node, loc);
5476 class_tdecl_sptr class_tmpl (new class_tdecl(env, loc, vis));
5551 location loc;
5552 read_location(rdr, node,loc);
5554 result.reset(new type_tparameter(index, tdecl, name, loc));
5663 location loc;
5664 read_location(rdr, node,loc);
5666 r.reset(new non_type_tparameter(index, tdecl, name, type, loc));
5718 location loc;
5719 read_location(rdr, node, loc);
5722 name, loc));