clang  3.9.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< CatchHandlerType > Struct Template Reference

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)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< CatchHandlerType >

Definition at line 3581 of file SemaStmt.cpp.

Member Function Documentation

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

Definition at line 3582 of file SemaStmt.cpp.

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

Definition at line 3592 of file SemaStmt.cpp.

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

Definition at line 3587 of file SemaStmt.cpp.

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

Definition at line 3596 of file SemaStmt.cpp.


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