clang API Documentation
#include <GlobalDecl.h>
Static Public Member Functions | |
| static clang::GlobalDecl | getEmptyKey () |
| static clang::GlobalDecl | getTombstoneKey () |
| static unsigned | getHashValue (clang::GlobalDecl GD) |
| static bool | isEqual (clang::GlobalDecl LHS, clang::GlobalDecl RHS) |
Definition at line 96 of file GlobalDecl.h.
| static clang::GlobalDecl llvm::DenseMapInfo< clang::GlobalDecl >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 97 of file GlobalDecl.h.
| static unsigned llvm::DenseMapInfo< clang::GlobalDecl >::getHashValue | ( | clang::GlobalDecl | GD | ) | [inline, static] |
Definition at line 106 of file GlobalDecl.h.
References clang::GlobalDecl::getAsOpaquePtr().
| static clang::GlobalDecl llvm::DenseMapInfo< clang::GlobalDecl >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 101 of file GlobalDecl.h.
References clang::GlobalDecl::getFromOpaquePtr().
| static bool llvm::DenseMapInfo< clang::GlobalDecl >::isEqual | ( | clang::GlobalDecl | LHS, |
| clang::GlobalDecl | RHS | ||
| ) | [inline, static] |
Definition at line 110 of file GlobalDecl.h.