clang-tools 19.0.0git
Classes | Namespaces | Typedefs
Function.h File Reference
#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
 

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>.