Home
last modified time | relevance | path

Searched refs:RemoteIndexAddress (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/tool/
DClangdMain.cpp501 opt<std::string> RemoteIndexAddress{ variable
770 if (RemoteIndexAddress.empty() != ProjectRoot.empty()) { in main()
775 if (!RemoteIndexAddress.empty()) { in main()
777 log("Connecting to remote index at {0}", RemoteIndexAddress); in main()
778 StaticIdx = remote::getClient(RemoteIndexAddress, ProjectRoot); in main()