clang-tools
7.0.0
|
#include "Index.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
Functions | |
SymbolSlab | clang::clangd::symbolsFromYAML (llvm::StringRef YAMLContent) |
Symbol | clang::clangd::SymbolFromYAML (llvm::yaml::Input &Input, llvm::BumpPtrAllocator &Arena) |
std::string | clang::clangd::SymbolToYAML (Symbol Sym) |
void | clang::clangd::SymbolsToYAML (const SymbolSlab &Symbols, llvm::raw_ostream &OS) |