Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/postfix/
Dformat_like.rs49 let postfix_snippet = match build_postfix_snippet_builder(ctx, cap, dot_receiver) { in add_format_like_completions() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/completions/
Dpostfix.rs51 let postfix_snippet = match build_postfix_snippet_builder(ctx, cap, dot_receiver) { in complete_postfix() localVariable
148 let postfix_snippet = match build_postfix_snippet_builder(ctx, cap, &dot_receiver) { in complete_postfix() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/
Dsnippet.rs165 pub fn postfix_snippet(&self, receiver: &str) -> String { in postfix_snippet() method