clang
6.0.0
|
Define DenseMapInfo so that DeclarationNames can be used as keys in DenseMap and DenseSets. More...
#include "clang/AST/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 609 of file DeclarationName.h.
|
inlinestatic |
Definition at line 610 of file DeclarationName.h.
References clang::DeclarationName::getEmptyMarker().
|
inlinestatic |
Definition at line 618 of file DeclarationName.h.
References clang::DeclarationName::getAsOpaquePtr().
|
inlinestatic |
Definition at line 614 of file DeclarationName.h.
References clang::DeclarationName::getTombstoneMarker().
|
inlinestatic |
Definition at line 623 of file DeclarationName.h.