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 =()
59 PathMappingList::~PathMappingList() = default;
61 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, in Append()
69 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()
80 bool PathMappingList::AppendUnique(llvm::StringRef path, in AppendUnique()
93 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, in Insert()
107 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, in Replace()
118 bool PathMappingList::Remove(size_t index, bool notify) { in Remove()
132 void PathMappingList::Dump(Stream *s, int pair_index) { in Dump()
148 llvm::json::Value PathMappingList::ToJSON() { in ToJSON()
158 void PathMappingList::Clear(bool notify) { in Clear()
166 bool PathMappingList::RemapPath(ConstString path, in RemapPath()
187 std::optional<FileSpec> PathMappingList::RemapPath(llvm::StringRef mapping_path, in RemapPath()
224 PathMappingList::ReverseRemapPath(const FileSpec &file, FileSpec &fixed) const { in ReverseRemapPath()
242 PathMappingList::FindFile(const FileSpec &orig_spec) const { in FindFile()
253 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef new_path, in Replace()
266 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove()
278 PathMappingList::const_iterator
279 PathMappingList::FindIteratorForPath(ConstString path) const { in FindIteratorForPath()
291 PathMappingList::iterator
292 PathMappingList::FindIteratorForPath(ConstString path) { in FindIteratorForPath()
304 bool PathMappingList::GetPathsAtIndex(uint32_t idx, ConstString &path, in GetPathsAtIndex()
314 uint32_t PathMappingList::FindIndexForPath(llvm::StringRef orig_path) const { in FindIndexForPath()