clang-tools 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::clangd::dex::Trigram > Struct Reference

#include <Trigram.h>

Public Types

using Trigram = clang::clangd::dex::Trigram
 

Static Public Member Functions

static Trigram getEmptyKey ()
 
static Trigram getTombstoneKey ()
 
static unsigned getHashValue (Trigram V)
 
static bool isEqual (const Trigram &LHS, const Trigram &RHS)
 

Detailed Description

Definition at line 91 of file Trigram.h.

Member Typedef Documentation

◆ Trigram

using llvm::DenseMapInfo< clang::clangd::dex::Trigram >::Trigram = clang::clangd::dex::Trigram

Definition at line 92 of file Trigram.h.

Member Function Documentation

◆ getEmptyKey()

static Trigram llvm::DenseMapInfo< clang::clangd::dex::Trigram >::getEmptyKey ( )
inlinestatic

Definition at line 93 of file Trigram.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::clangd::dex::Trigram >::getHashValue ( Trigram  V)
inlinestatic

Definition at line 99 of file Trigram.h.

References X.

◆ getTombstoneKey()

static Trigram llvm::DenseMapInfo< clang::clangd::dex::Trigram >::getTombstoneKey ( )
inlinestatic

Definition at line 96 of file Trigram.h.

◆ isEqual()

static bool llvm::DenseMapInfo< clang::clangd::dex::Trigram >::isEqual ( const Trigram LHS,
const Trigram RHS 
)
inlinestatic

Definition at line 109 of file Trigram.h.


The documentation for this struct was generated from the following file: