Lines Matching refs:PathMappingList

41 PathMappingList::PathMappingList() : m_pairs() {}  in PathMappingList()  function in PathMappingList
43 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) in PathMappingList() function in PathMappingList
46 PathMappingList::PathMappingList(const PathMappingList &rhs) in PathMappingList() function in PathMappingList
49 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) { in operator =()
60 PathMappingList::~PathMappingList() = default;
62 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, in Append()
71 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()
83 bool PathMappingList::AppendUnique(llvm::StringRef path, in AppendUnique()
97 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, in Insert()
112 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, in Replace()
124 bool PathMappingList::Remove(size_t index, bool notify) { in Remove()
139 void PathMappingList::Dump(Stream *s, int pair_index) { in Dump()
156 llvm::json::Value PathMappingList::ToJSON() { in ToJSON()
167 void PathMappingList::Clear(bool notify) { in Clear()
176 bool PathMappingList::RemapPath(ConstString path, in RemapPath()
197 std::optional<FileSpec> PathMappingList::RemapPath(llvm::StringRef mapping_path, in RemapPath()
235 PathMappingList::ReverseRemapPath(const FileSpec &file, FileSpec &fixed) const { in ReverseRemapPath()
254 PathMappingList::FindFile(const FileSpec &orig_spec) const { in FindFile()
265 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef new_path, in Replace()
279 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove()
292 PathMappingList::const_iterator
293 PathMappingList::FindIteratorForPath(ConstString path) const { in FindIteratorForPath()
306 PathMappingList::iterator
307 PathMappingList::FindIteratorForPath(ConstString path) { in FindIteratorForPath()
320 bool PathMappingList::GetPathsAtIndex(uint32_t idx, ConstString &path, in GetPathsAtIndex()
331 uint32_t PathMappingList::FindIndexForPath(llvm::StringRef orig_path) const { in FindIndexForPath()