Home
last modified time | relevance | path

Searched defs:ref_match (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/
Ditem.rs76 pub ref_match: Option<(Mutability, TextSize)>, field
367 pub fn ref_match(&self) -> Option<(String, text_edit::Indel, CompletionRelevance)> { in ref_match() method
403 ref_match: Option<(Mutability, TextSize)>, field
548 pub(crate) fn ref_match(&mut self, mutability: Mutability, offset: TextSize) -> &mut Builder { in ref_match() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dto_proto.rs239 let ref_match = item.ref_match(); in completion_item() localVariable