Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/
Dlib.rs163 mod inline_call; module
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dinline_call.rs182 pub(crate) fn inline_call(acc: &mut Assists, ctx: &AssistContext<'_>) -> Option<()> { in inline_call() function
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dinline.rs500 fn inline_call( in inline_call() method