Home
last modified time | relevance | path

Searched refs:QSelf (Results 1 – 13 of 13) sorted by relevance

/linux/rust/syn/
H A Dpath.rs276 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 Dpat.rs6 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 Dspanned.rs119 impl Sealed for crate::QSelf {} implementation
H A Dty.rs10 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 Dlib.rs497 ParenthesizedGenericArguments, Path, PathArguments, PathSegment, QSelf,
H A Dexpr.rs20 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 Dfold.rs774 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 Dclone.rs1730 impl Clone for crate::QSelf { implementation
1732 crate::QSelf { in clone()
H A Deq.rs1710 impl Eq for crate::QSelf {} implementation
1713 impl PartialEq for crate::QSelf { implementation
H A Dvisit_mut.rs730 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 Dvisit.rs722 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 Dhash.rs2179 impl Hash for crate::QSelf { implementation
H A Ddebug.rs2486 impl Debug for crate::QSelf { implementation