Home
last modified time | relevance | path

Searched defs:method_call (Results 1 – 8 of 8) sorted by relevance

/third_party/rust/rust/tests/ui/methods/
Dmethod-call-lifetime-args-lint.rs11 fn method_call() { in method_call() function
Dmethod-call-lifetime-args-lint-fail.rs21 fn method_call() { in method_call() function
Dmethod-call-lifetime-args-fail.rs14 fn method_call() { in method_call() function
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dcheck_const_item_mutation.rs143 let method_call = if let Some((method_did, _)) = method_did { in visit_rvalue() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dadjustment.rs124 pub fn method_call(&self, tcx: TyCtxt<'tcx>, source: Ty<'tcx>) -> Ty<'tcx> { in method_call() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/utils/
Dgen_trait_fn_body.rs61 let method_call = gen_clone_call(make::expr_path(path)); in gen_clone_impl() localVariable
111 let method_call = gen_clone_call(target); in gen_clone_impl() localVariable
315 let method_call = gen_default_call()?; in gen_default_impl() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dgoto_definition.rs1480 fn method_call() { in method_call() function
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dmod.rs3454 fn method_call<'tcx>( in method_call() function