Lines Matching defs:LocalIndexRoot
58 llvm::StringRef LocalIndexRoot)
68 if (!LocalIndexRoot.empty()) {
69 assert(is_absolute(LocalIndexRoot));
70 this->LocalIndexRoot = convert_to_slash(LocalIndexRoot, Style::windows);
71 llvm::StringRef Path(this->LocalIndexRoot);
72 if (!is_separator(this->LocalIndexRoot.back(), Style::posix))
73 this->LocalIndexRoot += PosixSeparator;
75 assert(!RemoteIndexRoot.empty() || !LocalIndexRoot.empty());
251 assert(!LocalIndexRoot.empty());
262 if (replace_path_prefix(RelativePath, LocalIndexRoot, ""))
371 assert(!LocalIndexRoot.empty());
377 llvm::SmallString<256> FullPath = llvm::StringRef(LocalIndexRoot);