clang  3.7.0
Static Public Member Functions | List of all members
DenseMapInfoDupKey Struct Reference

Static Public Member Functions

static DupKey getEmptyKey ()
 
static DupKey getTombstoneKey ()
 
static unsigned getHashValue (const DupKey Key)
 
static bool isEqual (const DupKey &LHS, const DupKey &RHS)
 

Detailed Description

Definition at line 13818 of file SemaDecl.cpp.

Member Function Documentation

static DupKey DenseMapInfoDupKey::getEmptyKey ( )
inlinestatic

Definition at line 13819 of file SemaDecl.cpp.

static unsigned DenseMapInfoDupKey::getHashValue ( const DupKey  Key)
inlinestatic

Definition at line 13821 of file SemaDecl.cpp.

References DupKey::val.

static DupKey DenseMapInfoDupKey::getTombstoneKey ( )
inlinestatic

Definition at line 13820 of file SemaDecl.cpp.

static bool DenseMapInfoDupKey::isEqual ( const DupKey LHS,
const DupKey RHS 
)
inlinestatic

Definition at line 13824 of file SemaDecl.cpp.

References DupKey::isTombstoneOrEmptyKey, and DupKey::val.


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