clang-tools  7.0.0
Namespaces | Functions
Index.cpp File Reference
#include "Index.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/SHA1.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for Index.cpp:

Go to the source code of this file.

Namespaces

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

Functions

raw_ostream & clang::clangd::operator<< (raw_ostream &OS, const SymbolLocation &L)
 
raw_ostream & clang::clangd::operator<< (raw_ostream &OS, const SymbolID &ID)
 
void clang::clangd::operator>> (StringRef Str, SymbolID &ID)
 
raw_ostream & clang::clangd::operator<< (raw_ostream &OS, SymbolOrigin O)
 
raw_ostream & clang::clangd::operator<< (raw_ostream &OS, const Symbol &S)
 
double clang::clangd::quality (const Symbol &S)
 
static void clang::clangd::own (Symbol &S, DenseSet< StringRef > &Strings, BumpPtrAllocator &Arena)