Lines Matching refs:RemoteIndexRoot
57 Marshaller::Marshaller(llvm::StringRef RemoteIndexRoot, in Marshaller() argument
61 if (!RemoteIndexRoot.empty()) { in Marshaller()
62 assert(is_absolute(RemoteIndexRoot)); in Marshaller()
63 this->RemoteIndexRoot = convert_to_slash(RemoteIndexRoot, Style::windows); in Marshaller()
64 llvm::StringRef Path(this->RemoteIndexRoot); in Marshaller()
65 if (!is_separator(this->RemoteIndexRoot.back(), Style::posix)) in Marshaller()
66 this->RemoteIndexRoot += PosixSeparator; in Marshaller()
75 assert(!RemoteIndexRoot.empty() || !LocalIndexRoot.empty()); in Marshaller()
90 assert(!RemoteIndexRoot.empty()); in fromProtobuf()
100 llvm::SmallString<256> LocalPath = llvm::StringRef(RemoteIndexRoot); in fromProtobuf()
328 assert(!RemoteIndexRoot.empty()); in uriToRelativePath()
339 if (!replace_path_prefix(Result, RemoteIndexRoot, "")) in uriToRelativePath()
341 RemoteIndexRoot); in uriToRelativePath()