Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_analysis/src/check/
Dwfcheck.rs1472 let has_implicit_self = hir_decl.implicit_self != hir::ImplicitSelfKind::None; in check_fn_or_method() localVariable
/third_party/rust/rust/compiler/rustc_hir/src/
Dhir.rs2833 pub fn has_implicit_self(&self) -> bool { in has_implicit_self() method