Searched defs:Lifetimes (Results 1 – 10 of 10) sorted by relevance
69 impl Lifetimes { implementation77 let Lifetimes { in to_tokens() localVariable
86 impl Eq for Lifetimes {} implementation88 impl PartialEq for Lifetimes { implementation90 let Lifetimes { in eq() localVariable95 let Lifetimes { in eq() localVariable104 impl Hash for Lifetimes { implementation106 let Lifetimes { in hash() localVariable
241 impl ToTokens for Lifetimes { implementation243 let Lifetimes { in to_tokens() localVariable
792 fn extern_type_lifetimes(cx: &mut Errors, generics: Generics) -> Lifetimes { in extern_type_lifetimes()844 generics: Lifetimes, in parse_type_alias()906 generics: Lifetimes, in parse_extern_type_bounded()
203 pub(crate) struct Lifetimes { struct204 pub lt_token: Option<Token![<]>,
630 fn check_lifetimes(cx: &mut Check, generics: &Lifetimes) { in check_lifetimes()
115 ## Lifetimes section in extern "C++"
201 Lifetimes, in normalize() enumerator218 Lifetimes, in normalize() enumerator
107 pub fn lifetimes(&self) -> Lifetimes { in lifetimes()175 pub struct Lifetimes<'a>(Iter<'a, GenericParam>); struct177 impl<'a> Iterator for Lifetimes<'a> { implementation
2545 SmallVector<Instruction *, 1> Lifetimes; in sinkLifetimeStartMarkers() local