clang-tools 20.0.0git
|
#include "Generators.h"
#include "Representation.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Some operations such as code completion produce a set of candidates. | |
namespace | llvm::yaml |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::doc |
Functions | |
static void | llvm::yaml::TypeInfoMapping (IO &IO, TypeInfo &I) |
static void | llvm::yaml::FieldTypeInfoMapping (IO &IO, FieldTypeInfo &I) |
static void | llvm::yaml::InfoMapping (IO &IO, Info &I) |
static void | llvm::yaml::SymbolInfoMapping (IO &IO, SymbolInfo &I) |
static void | llvm::yaml::RecordInfoMapping (IO &IO, RecordInfo &I) |
static void | llvm::yaml::CommentInfoMapping (IO &IO, CommentInfo &I) |
static GeneratorRegistry::Add< YAMLGenerator > | clang::doc::YAML (YAMLGenerator::Format, "Generator for YAML output.") |