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

#include <SymbolID.h>

Static Public Member Functions

static clang::clangd::SymbolID getEmptyKey ()
 
static clang::clangd::SymbolID getTombstoneKey ()
 
static unsigned getHashValue (const clang::clangd::SymbolID &Sym)
 
static bool isEqual (const clang::clangd::SymbolID &LHS, const clang::clangd::SymbolID &RHS)
 

Detailed Description

Definition at line 83 of file SymbolID.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 84 of file SymbolID.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::clangd::SymbolID >::getHashValue ( const clang::clangd::SymbolID Sym)
inlinestatic

Definition at line 92 of file SymbolID.h.

◆ getTombstoneKey()

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

Definition at line 88 of file SymbolID.h.

◆ isEqual()

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

Definition at line 95 of file SymbolID.h.


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