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

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

Definition at line 84 of file SymbolID.h.

◆ getHashValue()

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

Definition at line 92 of file SymbolID.h.

◆ getTombstoneKey()

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

Definition at line 88 of file SymbolID.h.

◆ isEqual()

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: