Searched defs:ref_match (Results 1 – 2 of 2) sorted by relevance
76 pub ref_match: Option<(Mutability, TextSize)>, field367 pub fn ref_match(&self) -> Option<(String, text_edit::Indel, CompletionRelevance)> { in ref_match() method403 ref_match: Option<(Mutability, TextSize)>, field548 pub(crate) fn ref_match(&mut self, mutability: Mutability, offset: TextSize) -> &mut Builder { in ref_match() method
239 let ref_match = item.ref_match(); in completion_item() localVariable