Searched refs:BoundLifetimes (Results 1 – 11 of 11) sorted by relevance
| /linux/rust/syn/ |
| H A D | generics.rs | 357 pub struct BoundLifetimes { 365 impl Default for BoundLifetimes { implementation 367 BoundLifetimes { in default() 419 pub lifetimes: Option<BoundLifetimes>, 507 pub lifetimes: Option<BoundLifetimes>, 524 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime, 668 impl Parse for BoundLifetimes { implementation 670 Ok(BoundLifetimes { in parse() 690 impl Parse for Option<BoundLifetimes> { 835 let mut lifetimes: Option<BoundLifetimes> = input.parse()?; in do_parse() [all …]
|
| H A D | ty.rs | 5 use crate::generics::{BoundLifetimes, TypeParamBound}; 109 pub lifetimes: Option<BoundLifetimes>, 280 use crate::generics::{BoundLifetimes, TraitBound, TraitBoundModifier, TypeParamBound}; 362 let mut lifetimes = None::<BoundLifetimes>; in ambig_ty()
|
| H A D | lib.rs | 407 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime,
|
| H A D | expr.rs | 9 use crate::generics::BoundLifetimes; 374 pub lifetimes: Option<BoundLifetimes>, 1194 use crate::generics::{self, BoundLifetimes}; 2536 let lifetimes: Option<BoundLifetimes> = input.parse()?; in expr_closure()
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 97 i: crate::BoundLifetimes, in fold_bound_lifetimes() argument 98 ) -> crate::BoundLifetimes { in fold_bound_lifetimes() argument 1197 node: crate::BoundLifetimes, in fold_bound_lifetimes() argument 1198 ) -> crate::BoundLifetimes in fold_bound_lifetimes() 1202 crate::BoundLifetimes { in fold_bound_lifetimes()
|
| H A D | clone.rs | 134 impl Clone for crate::BoundLifetimes { implementation 136 crate::BoundLifetimes { in clone()
|
| H A D | eq.rs | 157 impl Eq for crate::BoundLifetimes {} implementation 160 impl PartialEq for crate::BoundLifetimes { implementation
|
| H A D | visit_mut.rs | 99 fn visit_bound_lifetimes_mut(&mut self, i: &mut crate::BoundLifetimes) { in visit_bound_lifetimes_mut() argument 1183 pub fn visit_bound_lifetimes_mut<V>(v: &mut V, node: &mut crate::BoundLifetimes) in visit_bound_lifetimes_mut()
|
| H A D | visit.rs | 91 fn visit_bound_lifetimes(&mut self, i: &'ast crate::BoundLifetimes) { in visit_bound_lifetimes() argument 1181 pub fn visit_bound_lifetimes<'ast, V>(v: &mut V, node: &'ast crate::BoundLifetimes) in visit_bound_lifetimes()
|
| H A D | hash.rs | 227 impl Hash for crate::BoundLifetimes { implementation
|
| H A D | debug.rs | 285 impl Debug for crate::BoundLifetimes { implementation
|