clang API Documentation
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) |
Definition at line 465 of file RetainCountChecker.cpp.
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.