clang-tools 20.0.0git
|
#include "llvm/ADT/FunctionExtras.h"
#include "llvm/Support/Error.h"
#include <mutex>
#include <tuple>
#include <utility>
Go to the source code of this file.
Classes | |
class | clang::clangd::Event< T > |
An Event<T> allows events of type T to be broadcast to listeners. More... | |
class | clang::clangd::Event< T >::Subscription |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
Typedefs | |
template<typename T > | |
using | clang::clangd::Callback = llvm::unique_function< void(llvm::Expected< T >)> |
A Callback<T> is a void function that accepts Expected<T>. | |