#include <Relation.h>
|
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) |
|
template<>
struct llvm::DenseMapInfo< clang::index::SymbolRole >
Definition at line 92 of file Relation.h.
◆ getEmptyKey()
static clang::index::SymbolRole llvm::DenseMapInfo< clang::index::SymbolRole >::getEmptyKey |
( |
| ) |
|
|
inlinestatic |
◆ getHashValue()
static unsigned llvm::DenseMapInfo< clang::index::SymbolRole >::getHashValue |
( |
const clang::index::SymbolRole & |
Key | ) |
|
|
inlinestatic |
◆ getTombstoneKey()
static clang::index::SymbolRole llvm::DenseMapInfo< clang::index::SymbolRole >::getTombstoneKey |
( |
| ) |
|
|
inlinestatic |
◆ isEqual()
static bool llvm::DenseMapInfo< clang::index::SymbolRole >::isEqual |
( |
const clang::index::SymbolRole & |
LHS, |
|
|
const clang::index::SymbolRole & |
RHS |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: