Lines Matching refs:lifetimes
87 let mut lifetimes = Punctuated::new(); in parse_struct() localVariable
98 lifetimes.push_value(param.lifetime); in parse_struct()
100 lifetimes.push_punct(punct); in parse_struct()
171 lifetimes, in parse_struct()
259 lifetimes: Punctuated::new(), in parse_enum()
494 lifetimes: Punctuated::new(), in parse_extern_type()
759 let mut lifetimes = Punctuated::new(); in parse_extern_verbatim_type() localVariable
770 lifetimes.push_value(param.lifetime); in parse_extern_verbatim_type()
772 lifetimes.push_punct(punct); in parse_extern_verbatim_type()
791 let lifetimes = Lifetimes { in parse_extern_verbatim_type() localVariable
793 lifetimes, in parse_extern_verbatim_type()
805 lifetimes, in parse_extern_verbatim_type()
820 lifetimes, in parse_extern_verbatim_type()
923 lifetimes: None, in parse_extern_type_bounded()
1028 lifetimes: Punctuated::new(), in parse_impl()
1035 impl_generics.lifetimes.push_value(def.lifetime); in parse_impl()
1037 impl_generics.lifetimes.push_punct(punct); in parse_impl()
1299 let mut lifetimes = Punctuated::new(); in parse_type_path() localVariable
1304 lifetimes.push_value(param.clone()); in parse_type_path()
1306 lifetimes.push_punct(*punct); in parse_type_path()
1318 lifetimes, in parse_type_path()
1368 if ty.lifetimes.is_some() { in parse_type_fn()