Searched defs:extract_annotations (Results 1 – 2 of 2) sorted by relevance
105 pub(crate) fn extract_annotations(&self) -> IntMap<FileId, Vec<(TextRange, String)>> { in extract_annotations() method
232 pub fn extract_annotations(text: &str) -> Vec<(TextRange, String)> { in extract_annotations() function