Home
last modified time | relevance | path

Searched defs:QSelf (Results 1 – 11 of 11) sorted by relevance

/linux/rust/syn/
H A Dpat.rs497 qself: Option<QSelf>, in pat_tuple_struct()
523 fn pat_struct(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<PatStruct> { in pat_struct()
606 fn pat_range(input: ParseStream, qself: Option<QSelf>, path: Path) -> Result<Pat> { in pat_range()
H A Dspanned.rs119 impl Sealed for crate::QSelf {} implementation
H A Dpath.rs648 pub(crate) fn qpath(input: ParseStream, expr_style: bool) -> Result<(Option<QSelf>, Path)> { in qpath()
904 qself: &Option<QSelf>, in print_qpath()
954 impl Spanned for QSelf { implementation
H A Dexpr.rs1959 qself: Option<QSelf>, in rest_of_path_or_macro_or_struct()
2791 qself: Option<QSelf>, in expr_struct_helper()
/linux/rust/syn/gen/
H A Deq.rs1710 impl Eq for crate::QSelf {} implementation
1713 impl PartialEq for crate::QSelf { implementation
H A Dclone.rs1730 impl Clone for crate::QSelf { implementation
H A Dhash.rs2179 impl Hash for crate::QSelf { implementation
H A Dvisit_mut.rs730 fn visit_qself_mut(&mut self, i: &mut crate::QSelf) { in visit_qself_mut()
H A Dfold.rs774 fn fold_qself(&mut self, i: crate::QSelf) -> crate::QSelf { in fold_qself()
H A Dvisit.rs722 fn visit_qself(&mut self, i: &'ast crate::QSelf) { in visit_qself()
H A Ddebug.rs2486 impl Debug for crate::QSelf { implementation