Lines Matching defs:FileInfo
328 files: vec![FileInfo {
338 struct FileInfo {
346 impl FileInfo {
425 files: Vec<FileInfo>,
446 self.files.push(FileInfo {
468 unreachable!("Invalid span with no related FileInfo!");
471 fn fileinfo(&self, span: Span) -> &FileInfo {
477 unreachable!("Invalid span with no related FileInfo!");
480 fn fileinfo_mut(&mut self, span: Span) -> &mut FileInfo {
486 unreachable!("Invalid span with no related FileInfo!");
586 // If `other` is not within the same FileInfo as us, return None.