Searched defs:parse_path (Results 1 – 3 of 3) sorted by relevance
42 fn parse_path(v: &str) -> Result<PathBuf, String> { in parse_path() function
157 pub(crate) fn parse_path(&mut self, db: &dyn DefDatabase, path: ast::Path) -> Option<Path> { in parse_path() method
142 pub(super) fn parse_path(&mut self, style: PathStyle) -> PResult<'a, Path> { in parse_path() method