Home
last modified time | relevance | path

Searched defs:FilePathMapping (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_span/src/
Dsource_map.rs201 path_mapping: FilePathMapping, in with_file_loader_and_hash_kind()
213 pub fn path_mapping(&self) -> &FilePathMapping { in path_mapping()
1140 pub struct FilePathMapping { struct
1145 impl FilePathMapping { impl
1150 pub fn new(mapping: Vec<(PathBuf, PathBuf)>) -> FilePathMapping { in new() argument
/third_party/rust/rust/compiler/rustc_session/src/
Dconfig.rs1043 pub fn file_path_mapping(&self) -> FilePathMapping { in file_path_mapping()