clang-tools 22.0.0git
|
#include "Feature.h"
#include "Index.pb.h"
#include "MonitoringService.grpc.pb.h"
#include "MonitoringService.pb.h"
#include "Service.grpc.pb.h"
#include "Service.pb.h"
#include "index/Index.h"
#include "index/Serialization.h"
#include "index/Symbol.h"
#include "index/remote/marshalling/Marshalling.h"
#include "support/Context.h"
#include "support/Logger.h"
#include "support/Shutdown.h"
#include "support/ThreadsafeFS.h"
#include "support/Trace.h"
#include "llvm/ADT/IntrusiveRefCntPtr.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Chrono.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/VirtualFileSystem.h"
#include <chrono>
#include <grpc++/grpc++.h>
#include <grpc++/health_check_service_interface.h>
#include <memory>
#include <optional>
#include <string>
#include <thread>
#include <utility>
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 | |
int | main (int argc, char *argv[]) |
template<typename... Ts> | |
void | elog (const char *Fmt, Ts &&... Vals) |
void clang::clangd::elog | ( | const char * | Fmt, |
Ts &&... | Vals ) |
Definition at line 61 of file Logger.h.
Referenced by clang::clangd::ClangdServer::applyTweak(), clang::clangd::check(), clang::clangd::ClangdServer::createConfiguredContextProvider(), clang::clangd::findType(), clang::clangd::incomingCalls(), main(), clang::clangd::outgoingCalls(), clang::clangd::prepareCallHierarchy(), clang::clangd::TUScheduler::remove(), and clang::clangd::symbolToHierarchyItem().
int main | ( | int | argc, |
char * | argv[] ) |
Definition at line 538 of file Server.cpp.
References clang::clangd::trace::createJSONTracer(), elog(), clang::clangd::loadIndex(), clang::clangd::requestShutdown(), clang::clangd::shutdownRequested(), clang::clangd::Static, clang::clangd::ThreadsafeFS::view(), and clang::clangd::vlog().