Lines Matching defs:path
17 use std::path::PathBuf;300 path: PathBuf,304 /// Get the path to this source file as a string.305 pub fn path(&self) -> PathBuf {306 self.path.clone()317 .field("path", &self.path())533 path: PathBuf::from("<unspecified>"),539 let path = cm.filepath(*self);540 SourceFile { path }