Searched refs:orig_spec (Results 1 – 6 of 6) sorted by relevance
226 PathMappingList::FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindFile() argument232 const size_t orig_path_len = orig_spec.GetPath (orig_path, sizeof(orig_path)); in FindFile()
141 FindFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
441 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
913 FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const;
651 ModuleList::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile() argument657 if ((*pos)->FindSourceFile (orig_spec, new_spec)) in FindSourceFile()
1476 Module::FindSourceFile (const FileSpec &orig_spec, FileSpec &new_spec) const in FindSourceFile() argument1479 return m_source_mappings.FindFile (orig_spec, new_spec); in FindSourceFile()