clang-tools 20.0.0git
|
#include "llvm/Support/raw_ostream.h"
#include <cstddef>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | clang::clangd::markup::Block |
Holds text and knows how to lay it out. More... | |
class | clang::clangd::markup::Paragraph |
Represents parts of the markup that can contain strings, like inline code, code block or plain text. More... | |
class | clang::clangd::markup::BulletList |
Represents a sequence of one or more documents. More... | |
class | clang::clangd::markup::Document |
A format-agnostic representation for structured text. More... | |
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::markup |