clang API Documentation
#include <ProgramPoint.h>
Static Public Member Functions | |
| static clang::ProgramPoint | getEmptyKey () |
| static clang::ProgramPoint | getTombstoneKey () |
| static unsigned | getHashValue (const clang::ProgramPoint &Loc) |
| static bool | isEqual (const clang::ProgramPoint &L, const clang::ProgramPoint &R) |
Definition at line 675 of file ProgramPoint.h.
| static clang::ProgramPoint llvm::DenseMapInfo< clang::ProgramPoint >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 677 of file ProgramPoint.h.
| static unsigned llvm::DenseMapInfo< clang::ProgramPoint >::getHashValue | ( | const clang::ProgramPoint & | Loc | ) | [inline, static] |
Definition at line 689 of file ProgramPoint.h.
References clang::ProgramPoint::getHashValue().
| static clang::ProgramPoint llvm::DenseMapInfo< clang::ProgramPoint >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 683 of file ProgramPoint.h.
| static bool llvm::DenseMapInfo< clang::ProgramPoint >::isEqual | ( | const clang::ProgramPoint & | L, |
| const clang::ProgramPoint & | R | ||
| ) | [inline, static] |
Definition at line 693 of file ProgramPoint.h.