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