clang-tools 22.0.0git
llvm::DenseMapInfo< clang::clangd::RefSlab::Builder::Entry > Struct Reference

#include <Ref.h>

Public Types

using Entry = clang::clangd::RefSlab::Builder::Entry

Static Public Member Functions

static Entry getEmptyKey ()
static Entry getTombstoneKey ()
static unsigned getHashValue (const Entry &Val)
static bool isEqual (const Entry &LHS, const Entry &RHS)

Detailed Description

Definition at line 172 of file Ref.h.

Member Typedef Documentation

◆ Entry

using llvm::DenseMapInfo< clang::clangd::RefSlab::Builder::Entry >::Entry = clang::clangd::RefSlab::Builder::Entry

Definition at line 173 of file Ref.h.

Member Function Documentation

◆ getEmptyKey()

Entry llvm::DenseMapInfo< clang::clangd::RefSlab::Builder::Entry >::getEmptyKey ( )
inlinestatic

Definition at line 174 of file Ref.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< clang::clangd::RefSlab::Builder::Entry >::getHashValue ( const Entry & Val)
inlinestatic

◆ getTombstoneKey()

Entry llvm::DenseMapInfo< clang::clangd::RefSlab::Builder::Entry >::getTombstoneKey ( )
inlinestatic

Definition at line 178 of file Ref.h.

◆ isEqual()

bool llvm::DenseMapInfo< clang::clangd::RefSlab::Builder::Entry >::isEqual ( const Entry & LHS,
const Entry & RHS )
inlinestatic

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