Lines Matching refs:lifetimes
115 pub lifetimes: Option<BoundLifetimes>,
403 let mut lifetimes = None::<BoundLifetimes>; in ambig_ty() localVariable
406 lifetimes = input.parse()?; in ambig_ty()
479 lifetimes: None, in ambig_ty()
530 bare_fn.lifetimes = lifetimes; in ambig_ty()
545 if lifetimes.is_some() { in ambig_ty()
548 trait_bound.lifetimes = lifetimes; in ambig_ty()
586 if lifetimes.is_some() || allow_plus && input.peek(Token![+]) { in ambig_ty()
591 lifetimes, in ambig_ty()
718 lifetimes: input.parse()?, in parse_bare_fn()
1115 self.lifetimes.to_tokens(tokens); in to_tokens()