clang-tools  7.0.0
Classes | Namespaces
Token.h File Reference
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/raw_ostream.h"
#include <string>
#include <vector>
Include dependency graph for Token.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  clang::clangd::dex::Token
 A Token represents an attribute of a symbol, such as a particular trigram present in the name (used for fuzzy search). More...
 
struct  llvm::DenseMapInfo< clang::clangd::dex::Token >
 

Namespaces

 clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
 clang::clangd
 
 clang::clangd::dex
 
 llvm
 Some operations such as code completion produce a set of candidates.