Home
last modified time | relevance | path

Searched defs:lower_trait_ref (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/
Dlower.rs626 fn lower_trait_ref(&mut self, trait_ref: &ast::Type) -> Option<Interned<TraitRef>> { in lower_trait_ref() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dlower.rs944 fn lower_trait_ref( in lower_trait_ref() method
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dlib.rs2341 fn lower_trait_ref(&mut self, p: &TraitRef, itctx: &ImplTraitContext) -> hir::TraitRef<'hir> { in lower_trait_ref() method