clang-tools 17.0.0git
|
#include "Headers.h"
#include "index/Ref.h"
#include "index/Relation.h"
#include "index/Serialization.h"
#include "index/Symbol.h"
#include "index/SymbolLocation.h"
#include "index/SymbolOrigin.h"
#include "clang/Tooling/CompilationDatabase.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/StringSaver.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdint>
#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::clangd |
Macros | |
#define | DEFINE_ENUM(name) IO.enumCase(Value, #name, SymbolKind::name) |
Functions | |
void | clang::clangd::writeYAML (const IndexFileOut &, llvm::raw_ostream &) |
llvm::Expected< IndexFileIn > | clang::clangd::readYAML (llvm::StringRef, SymbolOrigin Origin) |
std::string | clang::clangd::toYAML (const Symbol &) |
std::string | clang::clangd::toYAML (const std::pair< SymbolID, llvm::ArrayRef< Ref > > &Data) |
std::string | clang::clangd::toYAML (const Relation &) |
std::string | clang::clangd::toYAML (const Ref &) |
#define DEFINE_ENUM | ( | name | ) | IO.enumCase(Value, #name, SymbolKind::name) |