Searched defs:MatchDebugInfo (Results 1 – 1 of 1) sorted by relevance
223 pub fn debug_where_text_equal(&self, file_id: FileId, snippet: &str) -> Vec<MatchDebugInfo> { in debug_where_text_equal()251 out: &mut Vec<MatchDebugInfo>, in output_debug_for_nodes_at_range()300 pub struct MatchDebugInfo { struct307 impl std::fmt::Debug for MatchDebugInfo { argument353 impl MatchDebugInfo { implementation