Lines Matching defs:IndexPath
62 llvm::cl::opt<std::string> IndexPath(llvm::cl::desc("<INDEX FILE>"),
422 // Detect changes in \p IndexPath file and load new versions of the index
424 void hotReload(clangd::SwapIndex &Index, llvm::StringRef IndexPath,
435 auto Status = FS->status(IndexPath);
446 loadIndex(IndexPath, SymbolOrigin::Static, /*UseDex=*/true,
459 llvm::StringRef IndexPath, Monitor &Monitor) {
577 auto Status = FS->status(IndexPath);
579 elog("{0} does not exist.", IndexPath);
584 IndexPath, clang::clangd::SymbolOrigin::Static, /*UseDex=*/true,
598 hotReload(Index, llvm::StringRef(IndexPath), LastStatus, FS, Monitor);
603 runServerAndWait(Index, ServerAddress, IndexPath, Monitor);