clang-tools
7.0.0
|
#include "llvm/ADT/DenseMap.h"
#include "llvm/Support/raw_ostream.h"
#include <string>
#include <vector>
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. | |