Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dsize_of_in_element_count.rs112 let method_ident = method_path.ident.as_str(); in get_pointee_ty_and_count_expr() localVariable
/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/generic/
Dmod.rs994 let method_ident = Ident::new(self.name, span); in create_method() localVariable
/third_party/rust/rust/compiler/rustc_hir/src/
Dhir.rs1898 pub fn method_ident(&self) -> Option<Ident> { in method_ident() method