|
clang-tools 22.0.0git
|
#include <grpc++/grpc++.h>#include "Client.h"#include "Feature.h"#include "Service.grpc.pb.h"#include "index/Index.h"#include "marshalling/Marshalling.h"#include "support/Logger.h"#include "support/Trace.h"#include "llvm/ADT/SmallString.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Error.h"#include <atomic>#include <chrono>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::clangd |
| FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
| namespace | clang::clangd::remote |
Functions | |
| std::unique_ptr< clangd::SymbolIndex > | clang::clangd::remote::getClient (llvm::StringRef Address, llvm::StringRef IndexRoot) |
Returns an SymbolIndex client that passes requests to remote index located at Address. | |