clang-tools  7.0.0
Namespaces | Functions
SymbolYAML.h File Reference
#include "Index.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/YAMLTraits.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for SymbolYAML.h:
This graph shows which files directly or indirectly include this file:

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)