Lines Matching defs:path
34 std::string NormalizePath(llvm::StringRef path) { in NormalizePath()
61 void PathMappingList::Append(llvm::StringRef path, llvm::StringRef replacement, 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()
166 bool PathMappingList::RemapPath(ConstString path, in RemapPath()
176 static void AppendPathComponents(FileSpec &path, llvm::StringRef components, in AppendPathComponents()
197 llvm::StringRef path = mapping_path; in RemapPath() local
225 std::string path = file.GetPath(); in ReverseRemapPath() local
253 bool PathMappingList::Replace(llvm::StringRef path, llvm::StringRef new_path, in Replace()
266 bool PathMappingList::Remove(ConstString path, bool notify) { in Remove()
292 PathMappingList::FindIteratorForPath(ConstString path) { in FindIteratorForPath()
304 bool PathMappingList::GetPathsAtIndex(uint32_t idx, ConstString &path, in GetPathsAtIndex()
315 const ConstString path = ConstString(NormalizePath(orig_path)); in FindIndexForPath() local