Searched defs:has_implicit_self (Results 1 – 2 of 2) sorted by relevance
1472 let has_implicit_self = hir_decl.implicit_self != hir::ImplicitSelfKind::None; in check_fn_or_method() localVariable
2833 pub fn has_implicit_self(&self) -> bool { in has_implicit_self() method