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
46 PathMappingList::PathMappingList(const PathMappingList &rhs) in PathMappingList() function in PathMappingList
50 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) { in operator =()
60 PathMappingList::~PathMappingList() = default;
62 void PathMappingList::Append(ConstString path, in Append()
70 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()
81 void PathMappingList::Insert(ConstString path, in Insert()
96 bool PathMappingList::Replace(ConstString path, in Replace()
108 bool PathMappingList::Remove(size_t index, bool notify) { in Remove()
122 void PathMappingList::Dump(Stream *s, int pair_index) { in Dump()
138 void PathMappingList::Clear(bool notify) { in Clear()
146 bool PathMappingList::RemapPath(ConstString path, in RemapPath()
168 PathMappingList::RemapPath(llvm::StringRef mapping_path, in RemapPath()
204 bool PathMappingList::ReverseRemapPath(const FileSpec &file, FileSpec &fixed) const { in ReverseRemapPath()
220 llvm::Optional<FileSpec> PathMappingList::FindFile(const FileSpec &orig_spec) const { in FindFile()
227 bool PathMappingList::Replace(ConstString 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(ConstString orig_path) const { in FindIndexForPath()