Searched refs:orig_spec (Results 1 – 6 of 6) sorted by relevance
134 std::optional<FileSpec> FindFile(const FileSpec &orig_spec) const;
282 PathMappingList::FindFile(const FileSpec &orig_spec) const { in FindFile()286 if (auto remapped = RemapPath(NormalizePath(orig_spec.GetPath()), in FindFile()
382 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
856 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
604 bool ModuleList::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile() argument608 if (module_sp->FindSourceFile(orig_spec, new_spec)) in FindSourceFile()
1531 bool Module::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile() argument1534 if (auto remapped = m_source_mappings.FindFile(orig_spec)) { in FindSourceFile()