Lines Matching refs:PathMappingList

43 PathMappingList::PathMappingList()  in PathMappingList()  function in PathMappingList
46 PathMappingList::PathMappingList(ChangedCallback callback, void *callback_baton) in PathMappingList() function in PathMappingList
50 PathMappingList::PathMappingList(const PathMappingList &rhs) in PathMappingList() function in PathMappingList
54 const PathMappingList &PathMappingList::operator=(const PathMappingList &rhs) { in operator =()
64 PathMappingList::~PathMappingList() = default;
66 void PathMappingList::Append(const ConstString &path, in Append()
74 void PathMappingList::Append(const PathMappingList &rhs, bool notify) { in Append()
85 void PathMappingList::Insert(const ConstString &path, in Insert()
100 bool PathMappingList::Replace(const ConstString &path, in Replace()
112 bool PathMappingList::Remove(size_t index, bool notify) { in Remove()
126 void PathMappingList::Dump(Stream *s, int pair_index) { in Dump()
142 void PathMappingList::Clear(bool notify) { in Clear()
150 bool PathMappingList::RemapPath(const ConstString &path, in RemapPath()
160 bool PathMappingList::RemapPath(llvm::StringRef path, in RemapPath()
190 bool PathMappingList::ReverseRemapPath(const FileSpec &file, FileSpec &fixed) const { in ReverseRemapPath()
203 bool PathMappingList::FindFile(const FileSpec &orig_spec, in FindFile()
229 bool PathMappingList::Replace(const ConstString &path, in Replace()
242 bool PathMappingList::Remove(const ConstString &path, bool notify) { in Remove()
254 PathMappingList::const_iterator
255 PathMappingList::FindIteratorForPath(const ConstString &path) const { in FindIteratorForPath()
267 PathMappingList::iterator
268 PathMappingList::FindIteratorForPath(const ConstString &path) { in FindIteratorForPath()
280 bool PathMappingList::GetPathsAtIndex(uint32_t idx, ConstString &path, in GetPathsAtIndex()
290 uint32_t PathMappingList::FindIndexForPath(const ConstString &orig_path) const { in FindIndexForPath()