Lines Matching refs:ConstString
34 ConstString NormalizePath(const ConstString &path) { in NormalizePath()
37 return ConstString(FileSpec(path.GetStringRef()).GetPath()); in NormalizePath()
66 void PathMappingList::Append(const ConstString &path, in Append()
67 const ConstString &replacement, bool notify) { in Append()
85 void PathMappingList::Insert(const ConstString &path, in Insert()
86 const ConstString &replacement, uint32_t index, in Insert()
100 bool PathMappingList::Replace(const ConstString &path, in Replace()
101 const ConstString &replacement, uint32_t index, in Replace()
150 bool PathMappingList::RemapPath(const ConstString &path, in RemapPath()
151 ConstString &new_path) const { in RemapPath()
229 bool PathMappingList::Replace(const ConstString &path, in Replace()
230 const ConstString &new_path, bool notify) { in Replace()
242 bool PathMappingList::Remove(const ConstString &path, bool notify) { in Remove()
255 PathMappingList::FindIteratorForPath(const ConstString &path) const { in FindIteratorForPath()
268 PathMappingList::FindIteratorForPath(const ConstString &path) { in FindIteratorForPath()
280 bool PathMappingList::GetPathsAtIndex(uint32_t idx, ConstString &path, in GetPathsAtIndex()
281 ConstString &new_path) const { in GetPathsAtIndex()
290 uint32_t PathMappingList::FindIndexForPath(const ConstString &orig_path) const { in FindIndexForPath()
291 const ConstString path = NormalizePath(orig_path); in FindIndexForPath()