Lines Matching refs:file
152 // Create a dummy file & add it to the source map
173 // Create a dummy file & add it to the source map
304 /// Get the path to this source file as a string.
326 // Start with a single dummy file which all call_site() and def_site()
433 // We'll always have at least 1 file, as we initialize our files list
434 // with a dummy file.
459 for (i, file) in self.files.iter().enumerate() {
460 if file.span_within(span) {
472 for file in &self.files {
473 if file.span_within(span) {
474 return file;
481 for file in &mut self.files {
482 if file.span_within(span) {
483 return file;