clang-tools 19.0.0git
Public Types | Static Public Member Functions | List of all members
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 169 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 170 of file Ref.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 171 of file Ref.h.

References E.

◆ getHashValue()

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

Definition at line 179 of file Ref.h.

◆ getTombstoneKey()

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

Definition at line 175 of file Ref.h.

References E.

◆ isEqual()

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

Definition at line 184 of file Ref.h.


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