clang-tools
11.0.0
|
#include "Index.h"
#include "Relation.h"
#include "Serialization.h"
#include "SymbolLocation.h"
#include "SymbolOrigin.h"
#include "dex/Dex.h"
#include "support/Trace.h"
#include "llvm/ADT/Optional.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Errc.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/StringSaver.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
#include <cstdint>
Go to the source code of this file.
Namespaces | |
llvm | |
Some operations such as code completion produce a set of candidates. | |
llvm::yaml | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
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) |
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 &) |
llvm::Expected< clangd::Symbol > | clang::clangd::symbolFromYAML (StringRef YAML, llvm::UniqueStringSaver *Strings) |
llvm::Expected< clangd::Ref > | clang::clangd::refFromYAML (StringRef YAML, llvm::UniqueStringSaver *Strings) |
#define DEFINE_ENUM | ( | name | ) | IO.enumCase(Value, #name, SymbolKind::name) |