clang-tools  9.0.0
Classes | Namespaces | Functions
ClangdLSPServer.cpp File Reference
#include "ClangdLSPServer.h"
#include "Diagnostics.h"
#include "FormattedString.h"
#include "GlobalCompilationDatabase.h"
#include "Protocol.h"
#include "SemanticHighlighting.h"
#include "SourceCode.h"
#include "Trace.h"
#include "URI.h"
#include "refactor/Tweak.h"
#include "clang/Tooling/Core/Replacement.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/ScopeExit.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/ScopedPrinter.h"
Include dependency graph for ClangdLSPServer.cpp:

Go to the source code of this file.

Classes

class  clang::clangd::ClangdLSPServer::MessageHandler
 

Namespaces

 clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
 clang::clangd
 

Functions

static std::vector< SymbolInformation > clang::clangd::flattenSymbolHierarchy (llvm::ArrayRef< DocumentSymbol > Symbols, const URIForFile &FileURI)
 The functions constructs a flattened view of the DocumentSymbol hierarchy. More...
 
static llvm::Optional< Commandclang::clangd::asCommand (const CodeAction &Action)
 
static Locationclang::clangd::getToggle (const TextDocumentPositionParams &Point, LocatedSymbol &Sym)