18 #ifndef LLVM_CLANG_TOOLS_EXTRA_CLANGD_INDEX_SYMBOL_FROM_YAML_H 19 #define LLVM_CLANG_TOOLS_EXTRA_CLANGD_INDEX_SYMBOL_FROM_YAML_H 22 #include "llvm/Support/Error.h" 23 #include "llvm/Support/YAMLTraits.h" 24 #include "llvm/Support/raw_ostream.h" 35 Symbol
SymbolFromYAML(llvm::yaml::Input &Input, llvm::BumpPtrAllocator &Arena);
43 void SymbolsToYAML(
const SymbolSlab &Symbols, llvm::raw_ostream &OS);
48 #endif // LLVM_CLANG_TOOLS_EXTRA_CLANGD_INDEX_SYMBOL_FROM_YAML_H
void SymbolsToYAML(const SymbolSlab &Symbols, llvm::raw_ostream &OS)
std::string SymbolToYAML(Symbol Sym)
Symbol SymbolFromYAML(llvm::yaml::Input &Input, llvm::BumpPtrAllocator &Arena)
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
SymbolSlab symbolsFromYAML(llvm::StringRef YAMLContent)