clang-tools 20.0.0git
|
#include "Feature.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Classes | |
class | clang::clangd::Transport |
class | clang::clangd::Transport::MessageHandler |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::clangd |
FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
Enumerations | |
enum | clang::clangd::JSONStreamStyle { clang::clangd::Standard , clang::clangd::Delimited } |
Functions | |
std::unique_ptr< Transport > | clang::clangd::newJSONTransport (std::FILE *In, llvm::raw_ostream &Out, llvm::raw_ostream *InMirror, bool Pretty, JSONStreamStyle Style) |