clang
3.9.0
|
Hooks for using ASTNodeKind as a key in a DenseMap. More...
#include <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 97 of file ASTTypeTraits.h.
|
inlinestatic |
Definition at line 99 of file ASTTypeTraits.h.
References clang::ast_type_traits::ASTNodeKind::ASTNodeKind().
Referenced by clang::ast_type_traits::DynTypedNode::DenseMapInfo::getEmptyKey(), and clang::ast_type_traits::DynTypedNode::DenseMapInfo::isEqual().
|
inlinestatic |
Definition at line 105 of file ASTTypeTraits.h.
|
inlinestatic |
Definition at line 102 of file ASTTypeTraits.h.
References clang::ast_type_traits::ASTNodeKind::ASTNodeKind().
Referenced by clang::ast_type_traits::DynTypedNode::DenseMapInfo::getTombstoneKey(), and clang::ast_type_traits::DynTypedNode::DenseMapInfo::isEqual().
|
inlinestatic |
Definition at line 106 of file ASTTypeTraits.h.
Referenced by clang::ast_type_traits::DynTypedNode::DenseMapInfo::isEqual().