Lines Matching refs:PathMappingList

40 PathMappingList::PathMappingList() : m_pairs() {}  in PathMappingList()  function in PathMappingList
42 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) in PathMappingList() function in PathMappingList
45 PathMappingList::PathMappingList(const PathMappingList &rhs) in PathMappingList() function in PathMappingList
48 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) { in operator =()
58 PathMappingList::~PathMappingList() = default;
60 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, in Append()
68 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()
79 void PathMappingList::Insert(llvm::StringRef path, llvm::StringRef replacement, in Insert()
93 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef replacement, in Replace()
104 bool PathMappingList::Remove(size_t index, bool notify) { in Remove()
118 void PathMappingList::Dump(Stream *s, int pair_index) { in Dump()
134 void PathMappingList::Clear(bool notify) { in Clear()
142 bool PathMappingList::RemapPath(ConstString path, in RemapPath()
164 PathMappingList::RemapPath(llvm::StringRef mapping_path, in RemapPath()
200 bool PathMappingList::ReverseRemapPath(const FileSpec &file, FileSpec &fixed) const { in ReverseRemapPath()
216 llvm::Optional<FileSpec> PathMappingList::FindFile(const FileSpec &orig_spec) const { in FindFile()
227 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef new_path, in Replace()
240 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove()
252 PathMappingList::const_iterator
253 PathMappingList::FindIteratorForPath(ConstString path) const { in FindIteratorForPath()
265 PathMappingList::iterator
266 PathMappingList::FindIteratorForPath(ConstString path) { in FindIteratorForPath()
278 bool PathMappingList::GetPathsAtIndex(uint32_t idx, ConstString &path, in GetPathsAtIndex()
288 uint32_t PathMappingList::FindIndexForPath(llvm::StringRef orig_path) const { in FindIndexForPath()