Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/item_tree/
Dlower.rs272 let mut has_self_param = false; in lower_function() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Ddata.rs127 pub fn has_self_param(&self) -> bool { in has_self_param() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs1863 pub fn has_self_param(self, db: &dyn HirDatabase) -> bool { in has_self_param() method