Home
last modified time | relevance | path

Searched defs:source_file_index (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/query/
Don_disk_cache.rs847 fn source_file_index(&mut self, source_file: Lrc<SourceFile>) -> SourceFileIndex { in source_file_index() method
919 let source_file_index = s.source_file_index(file_lo); in encode() localVariable
/third_party/rust/rust/compiler/rustc_span/src/
Dsource_map.rs1106 let source_file_index = self.lookup_source_file_idx(sp.lo()); in is_imported() localVariable
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Dencoder.rs228 let source_file_index = source_map.lookup_source_file_idx(span.lo); in encode() localVariable