clang-tools  8.0.0
Namespaces | Functions
Serialization.cpp File Reference
#include "Serialization.h"
#include "Index.h"
#include "Logger.h"
#include "RIFF.h"
#include "Trace.h"
#include "dex/Dex.h"
#include "llvm/Support/Compression.h"
#include "llvm/Support/Endian.h"
#include "llvm/Support/Error.h"
Include dependency graph for Serialization.cpp:

Go to the source code of this file.

Namespaces

 clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
 clang::clangd
 

Functions

void clang::clangd::writeYAML (const IndexFileOut &, llvm::raw_ostream &)
 
llvm::Expected< IndexFileIn > clang::clangd::readYAML (llvm::StringRef)
 
llvm::raw_ostream & clang::clangd::operator<< (llvm::raw_ostream &OS, const IndexFileOut &O)
 
llvm::Expected< IndexFileIn > clang::clangd::readIndexFile (llvm::StringRef Data)
 
std::unique_ptr< SymbolIndex > clang::clangd::loadIndex (llvm::StringRef SymbolFilename, bool UseDex)
 

Variable Documentation

◆ Arena

llvm::BumpPtrAllocator Arena

◆ Strings

std::vector<llvm::StringRef> Strings