clang-tools 19.0.0git
Classes | Namespaces
Token.h File Reference

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
 
namespace  clang::clangd::dex
 
namespace  llvm
 Some operations such as code completion produce a set of candidates.
 

Detailed Description

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 Token.h.