clang-tools  9.0.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::index::SymbolRole > Struct Template Reference

#include <Relation.h>

Static Public Member Functions

static clang::index::SymbolRole getEmptyKey ()
 
static clang::index::SymbolRole getTombstoneKey ()
 
static unsigned getHashValue (const clang::index::SymbolRole &Key)
 
static bool isEqual (const clang::index::SymbolRole &LHS, const clang::index::SymbolRole &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< clang::index::SymbolRole >

Definition at line 92 of file Relation.h.

Member Function Documentation

◆ getEmptyKey()

static clang::index::SymbolRole llvm::DenseMapInfo< clang::index::SymbolRole >::getEmptyKey ( )
inlinestatic

Definition at line 93 of file Relation.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::index::SymbolRole >::getHashValue ( const clang::index::SymbolRole &  Key)
inlinestatic

Definition at line 103 of file Relation.h.

References clang::clangd::hash_value().

◆ getTombstoneKey()

static clang::index::SymbolRole llvm::DenseMapInfo< clang::index::SymbolRole >::getTombstoneKey ( )
inlinestatic

Definition at line 98 of file Relation.h.

◆ isEqual()

static bool llvm::DenseMapInfo< clang::index::SymbolRole >::isEqual ( const clang::index::SymbolRole &  LHS,
const clang::index::SymbolRole &  RHS 
)
inlinestatic

Definition at line 107 of file Relation.h.


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