|
clang-tools 22.0.0git
|
Token objects represent a characteristic of a symbol, which can be used to perform efficient search. More...
#include "llvm/ADT/Hashing.h"#include "llvm/Support/raw_ostream.h"#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | 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 | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::clangd |
| FIXME: Skip testing on windows temporarily due to the different escaping code mode. | |
| namespace | clang::clangd::dex |
| namespace | llvm |
| Some operations such as code completion produce a set of candidates. | |
Token objects represent a characteristic of a symbol, which can be used to perform efficient search.
Tokens are keys for inverted index which are mapped to the corresponding posting lists.
The symbol std::cout might have the tokens:
Definition in file index/dex/Token.h.