clang
3.9.0
|
Define DenseMapInfo so that DeclarationNames can be used as keys in DenseMap and DenseSets. More...
#include <DeclarationName.h>
Static Public Member Functions | |
static clang::DeclarationName | getEmptyKey () |
static clang::DeclarationName | getTombstoneKey () |
static unsigned | getHashValue (clang::DeclarationName Name) |
static bool | isEqual (clang::DeclarationName LHS, clang::DeclarationName RHS) |
Define DenseMapInfo so that DeclarationNames can be used as keys in DenseMap and DenseSets.
Definition at line 577 of file DeclarationName.h.
|
inlinestatic |
Definition at line 578 of file DeclarationName.h.
References clang::DeclarationName::getEmptyMarker().
|
inlinestatic |
Definition at line 586 of file DeclarationName.h.
References clang::DeclarationName::getAsOpaquePtr().
|
inlinestatic |
Definition at line 582 of file DeclarationName.h.
References clang::DeclarationName::getTombstoneMarker().
|
inlinestatic |
Definition at line 591 of file DeclarationName.h.