clang: llvm::DenseMapInfo< CatchHandlerType > Struct Reference (original) (raw)

Static Public Member Functions
static CatchHandlerType getEmptyKey ()
static CatchHandlerType getTombstoneKey ()
static unsigned getHashValue (const CatchHandlerType &Base)
static bool isEqual (const CatchHandlerType &LHS, const CatchHandlerType &RHS)

Definition at line 4223 of file SemaStmt.cpp.

getEmptyKey()

static CatchHandlerType llvm::DenseMapInfo< CatchHandlerType >::getEmptyKey ( ) inlinestatic

getHashValue()

static unsigned llvm::DenseMapInfo< CatchHandlerType >::getHashValue ( const CatchHandlerType & Base) inlinestatic

getTombstoneKey()

static CatchHandlerType llvm::DenseMapInfo< CatchHandlerType >::getTombstoneKey ( ) inlinestatic

isEqual()

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

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