Searched refs:orig_spec (Results 1 – 6 of 6) sorted by relevance
200 bool PathMappingList::FindFile(const FileSpec &orig_spec, in FindFile() argument205 std::string orig_path = orig_spec.GetPath(); in FindFile()210 bool orig_is_relative = orig_spec.IsRelative(); in FindFile()
104 bool FindFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
366 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
842 bool FindSourceFile(const FileSpec &orig_spec, FileSpec &new_spec) const;
563 bool ModuleList::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile() argument568 if ((*pos)->FindSourceFile(orig_spec, new_spec)) in FindSourceFile()
1612 bool Module::FindSourceFile(const FileSpec &orig_spec, in FindSourceFile() argument1615 return m_source_mappings.FindFile(orig_spec, new_spec); in FindSourceFile()