Searched defs:QSelf (Results 1 – 11 of 11) sorted by relevance
| /linux/rust/syn/ |
| H A D | pat.rs | 497 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 D | spanned.rs | 119 impl Sealed for crate::QSelf {} implementation
|
| H A D | path.rs | 648 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 D | expr.rs | 1959 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 D | eq.rs | 1710 impl Eq for crate::QSelf {} implementation 1713 impl PartialEq for crate::QSelf { implementation
|
| H A D | clone.rs | 1730 impl Clone for crate::QSelf { implementation
|
| H A D | hash.rs | 2179 impl Hash 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()
|
| H A D | fold.rs | 774 fn fold_qself(&mut self, i: crate::QSelf) -> crate::QSelf { in fold_qself()
|
| H A D | visit.rs | 722 fn visit_qself(&mut self, i: &'ast crate::QSelf) { in visit_qself()
|
| H A D | debug.rs | 2486 impl Debug for crate::QSelf { implementation
|