clang-tools 23.0.0git
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()

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

Definition at line 93 of file Trigram.h.

◆ getHashValue()

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

Definition at line 99 of file Trigram.h.

References X().

◆ getTombstoneKey()

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

Definition at line 96 of file Trigram.h.

◆ isEqual()

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: