Home
last modified time | relevance | path

Searched defs:AssocType (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/
Dpath.rs124 fn assoc_type(&mut self, assoc: &AssocType) { in assoc_type()
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/
Dpath.rs818 impl ToTokens for AssocType { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/
H A Dpath.rs818 impl ToTokens for AssocType { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/src/gen/
H A Deq.rs50 impl Eq for crate::AssocType {} implementation
53 impl PartialEq for crate::AssocType { implementation
H A Dclone.rs55 impl Clone for crate::AssocType { implementation
H A Dhash.rs56 impl Hash for crate::AssocType { implementation
H A Dvisit_mut.rs55 fn visit_assoc_type_mut(&mut self, i: &mut crate::AssocType) { in visit_assoc_type_mut()
H A Dfold.rs55 fn fold_assoc_type(&mut self, i: crate::AssocType) -> crate::AssocType { in fold_assoc_type()
H A Dvisit.rs54 fn visit_assoc_type(&mut self, i: &'ast crate::AssocType) { in visit_assoc_type()
H A Ddebug.rs62 impl Debug for crate::AssocType { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/syn/src/gen/
Deq.rs50 impl Eq for crate::AssocType {} implementation
53 impl PartialEq for crate::AssocType { implementation
Dclone.rs55 impl Clone for crate::AssocType { implementation
Dhash.rs56 impl Hash for crate::AssocType { implementation
Dvisit_mut.rs55 fn visit_assoc_type_mut(&mut self, i: &mut crate::AssocType) { in visit_assoc_type_mut()
Dfold.rs55 fn fold_assoc_type(&mut self, i: crate::AssocType) -> crate::AssocType { in fold_assoc_type()
Dvisit.rs54 fn visit_assoc_type(&mut self, i: &'ast crate::AssocType) { in visit_assoc_type()
Ddebug.rs62 impl Debug for crate::AssocType { implementation
/aosp_15_r20/external/clang/lib/Sema/
H A DTreeTransform.h8288 TypeSourceInfo *AssocType = getDerived().TransformType(TS); in TransformGenericSelectionExpr() local