clang API Documentation

Static Public Member Functions
DenseMapInfoDupKey Struct Reference

List of all members.

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 13366 of file SemaDecl.cpp.


Member Function Documentation

static DupKey DenseMapInfoDupKey::getEmptyKey ( ) [inline, static]

Definition at line 13367 of file SemaDecl.cpp.

static unsigned DenseMapInfoDupKey::getHashValue ( const DupKey  Key) [inline, static]

Definition at line 13369 of file SemaDecl.cpp.

References DupKey::val.

static DupKey DenseMapInfoDupKey::getTombstoneKey ( ) [inline, static]

Definition at line 13368 of file SemaDecl.cpp.

static bool DenseMapInfoDupKey::isEqual ( const DupKey LHS,
const DupKey RHS 
) [inline, static]

Definition at line 13372 of file SemaDecl.cpp.

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


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