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

Static Public Member Functions

static ObjCSummaryKey getEmptyKey ()
 
static ObjCSummaryKey getTombstoneKey ()
 
static unsigned getHashValue (const ObjCSummaryKey &V)
 
static bool isEqual (const ObjCSummaryKey &LHS, const ObjCSummaryKey &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< ObjCSummaryKey >

Definition at line 490 of file RetainCountChecker.cpp.

Member Function Documentation

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

Definition at line 491 of file RetainCountChecker.cpp.

static unsigned llvm::DenseMapInfo< ObjCSummaryKey >::getHashValue ( const ObjCSummaryKey &  V)
inlinestatic

Definition at line 501 of file RetainCountChecker.cpp.

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

Definition at line 496 of file RetainCountChecker.cpp.

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

Definition at line 507 of file RetainCountChecker.cpp.


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