clang-tools  11.0.0
Namespaces | Functions
Client.cpp File Reference
#include <grpc++/grpc++.h>
#include "Client.h"
#include "Index.grpc.pb.h"
#include "index/Index.h"
#include "index/Serialization.h"
#include "marshalling/Marshalling.h"
#include "support/Logger.h"
#include "support/Trace.h"
#include "llvm/ADT/StringRef.h"
#include <chrono>
Include dependency graph for Client.cpp:

Go to the source code of this file.

Namespaces

 clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
 clang::clangd
 
 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. More...