clang API Documentation
#include <BaseSubobject.h>
Static Public Member Functions | |
| static clang::BaseSubobject | getEmptyKey () |
| static clang::BaseSubobject | getTombstoneKey () |
| static unsigned | getHashValue (const clang::BaseSubobject &Base) |
| static bool | isEqual (const clang::BaseSubobject &LHS, const clang::BaseSubobject &RHS) |
Definition at line 55 of file BaseSubobject.h.
| static clang::BaseSubobject llvm::DenseMapInfo< clang::BaseSubobject >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 56 of file BaseSubobject.h.
References clang::CharUnits::fromQuantity().
| static unsigned llvm::DenseMapInfo< clang::BaseSubobject >::getHashValue | ( | const clang::BaseSubobject & | Base | ) | [inline, static] |
Definition at line 68 of file BaseSubobject.h.
References clang::BaseSubobject::getBase(), and clang::BaseSubobject::getBaseOffset().
| static clang::BaseSubobject llvm::DenseMapInfo< clang::BaseSubobject >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 62 of file BaseSubobject.h.
References clang::CharUnits::fromQuantity().
| static bool llvm::DenseMapInfo< clang::BaseSubobject >::isEqual | ( | const clang::BaseSubobject & | LHS, |
| const clang::BaseSubobject & | RHS | ||
| ) | [inline, static] |
Definition at line 74 of file BaseSubobject.h.