clang-tools
15.0.0git
|
#include "LSPClient.h"
#include "Protocol.h"
#include "TestFS.h"
#include "Transport.h"
#include "support/Logger.h"
#include "support/Threading.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
#include "gtest/gtest.h"
#include <condition_variable>
#include <queue>
Go to the source code of this file.
Classes | |
class | clang::clangd::LSPClient::TransportImpl |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
Typedefs | |
using | clang::clangd::Obj = llvm::json::Object |
Functions | |
static void | clang::clangd::logBody (llvm::StringRef Method, llvm::json::Value V, bool Send) |