| /linux/rust/syn/ |
| H A D | path.rs | 276 pub struct QSelf { 302 ParenthesizedGenericArguments, Path, PathArguments, PathSegment, QSelf, 648 pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath() argument 686 let qself = QSelf { in qpath() 706 ParenthesizedGenericArguments, Path, PathArguments, PathSegment, QSelf, 904 qself: &Option<QSelf>, in print_qpath() argument 954 impl Spanned for QSelf { implementation 956 struct QSelfDelimiters<'a>(&'a QSelf); in span()
|
| H A D | pat.rs | 6 use crate::path::{Path, QSelf}; 176 pub qself: Option<QSelf>, 199 pub qself: Option<QSelf>, 256 use crate::path::{self, Path, QSelf}; 497 qself: Option<QSelf>, in pat_tuple_struct() argument 523 fn pat_struct(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<PatStruct> { in pat_struct() argument 606 fn pat_range(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<Pat> { in pat_range() argument
|
| H A D | spanned.rs | 119 impl Sealed for crate::QSelf {} implementation
|
| H A D | ty.rs | 10 use crate::path::{Path, QSelf}; 177 pub qself: Option<QSelf>, 286 use crate::path::{Path, PathArguments, QSelf}; 335 qself: Some(QSelf { in ambig_ty()
|
| H A D | lib.rs | 497 ParenthesizedGenericArguments, Path, PathArguments, PathSegment, QSelf,
|
| H A D | expr.rs | 20 use crate::path::{AngleBracketedGenericArguments, Path, QSelf}; 568 pub qself: Option<QSelf>, 637 pub qself: Option<QSelf>, 1207 use crate::path::{self, AngleBracketedGenericArguments, Path, QSelf}; 1959 qself: Option<QSelf>, in rest_of_path_or_macro_or_struct() argument 2791 qself: Option<QSelf>, in expr_struct_helper() argument
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 774 fn fold_qself(&mut self, i: crate::QSelf) -> crate::QSelf { in fold_qself() argument 3212 pub fn fold_qself<F>(f: &mut F, node: crate::QSelf) -> crate::QSelf in fold_qself() 3216 crate::QSelf { in fold_qself()
|
| H A D | clone.rs | 1730 impl Clone for crate::QSelf { implementation 1732 crate::QSelf { in clone()
|
| H A D | eq.rs | 1710 impl Eq for crate::QSelf {} implementation 1713 impl PartialEq for crate::QSelf { implementation
|
| H A D | visit_mut.rs | 730 fn visit_qself_mut(&mut self, i: &mut crate::QSelf) { in visit_qself_mut() argument 3097 pub fn visit_qself_mut<V>(v: &mut V, node: &mut crate::QSelf) in visit_qself_mut()
|
| H A D | visit.rs | 722 fn visit_qself(&mut self, i: &'ast crate::QSelf) { in visit_qself() argument 3258 pub fn visit_qself<'ast, V>(v: &mut V, node: &'ast crate::QSelf) in visit_qself()
|
| H A D | hash.rs | 2179 impl Hash for crate::QSelf { implementation
|
| H A D | debug.rs | 2486 impl Debug for crate::QSelf { implementation
|