Searched defs:matching_brace (Results 1 – 2 of 2) sorted by relevance
19 pub(crate) fn matching_brace(file: &SourceFile, offset: TextSize) -> Option<TextSize> { in matching_brace() function
43 mod matching_brace; module301 pub fn matching_brace(&self, position: FilePosition) -> Cancellable<Option<TextSize>> { in matching_brace() method