clang 20.0.0git
|
Hooks for using ASTNodeKind as a key in a DenseMap. More...
#include "clang/AST/ASTTypeTraits.h"
Static Public Member Functions | |
static ASTNodeKind | getEmptyKey () |
static ASTNodeKind | getTombstoneKey () |
static unsigned | getHashValue (const ASTNodeKind &Val) |
static bool | isEqual (const ASTNodeKind &LHS, const ASTNodeKind &RHS) |
Hooks for using ASTNodeKind as a key in a DenseMap.
Definition at line 110 of file ASTTypeTraits.h.
|
inlinestatic |
Definition at line 112 of file ASTTypeTraits.h.
References clang::ASTNodeKind::ASTNodeKind().
Referenced by clang::DynTypedNode::DenseMapInfo::getEmptyKey(), and clang::DynTypedNode::DenseMapInfo::isEqual().
|
inlinestatic |
Definition at line 118 of file ASTTypeTraits.h.
|
inlinestatic |
Definition at line 115 of file ASTTypeTraits.h.
References clang::ASTNodeKind::ASTNodeKind().
Referenced by clang::DynTypedNode::DenseMapInfo::getTombstoneKey(), and clang::DynTypedNode::DenseMapInfo::isEqual().
|
inlinestatic |
Definition at line 119 of file ASTTypeTraits.h.
Referenced by clang::DynTypedNode::DenseMapInfo::isEqual().