Home
last modified time | relevance | path

Searched defs:strip_reference (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dchalk_ext.rs46 fn strip_reference(&self) -> &Ty; in strip_reference() method
235 fn strip_reference(&self) -> &Ty { in strip_reference() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs3563 pub fn strip_reference(&self) -> Type { in strip_reference() method