clang API Documentation

Static Public Member Functions
llvm::DenseMapInfo< ObjCSummaryKey > Struct Template Reference

List of all members.

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 465 of file RetainCountChecker.cpp.


Member Function Documentation

static ObjCSummaryKey llvm::DenseMapInfo< ObjCSummaryKey >::getEmptyKey ( ) [inline, static]

Definition at line 466 of file RetainCountChecker.cpp.

static unsigned llvm::DenseMapInfo< ObjCSummaryKey >::getHashValue ( const ObjCSummaryKey &  V) [inline, static]

Definition at line 476 of file RetainCountChecker.cpp.

static ObjCSummaryKey llvm::DenseMapInfo< ObjCSummaryKey >::getTombstoneKey ( ) [inline, static]

Definition at line 471 of file RetainCountChecker.cpp.

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

Definition at line 482 of file RetainCountChecker.cpp.


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