clang
3.9.0
|
Hooks for using DynTypedNode as a key in a DenseMap. More...
#include <ASTTypeTraits.h>
Static Public Member Functions | |
static DynTypedNode | getEmptyKey () |
static DynTypedNode | getTombstoneKey () |
static unsigned | getHashValue (const DynTypedNode &Val) |
static bool | isEqual (const DynTypedNode &LHS, const DynTypedNode &RHS) |
Hooks for using DynTypedNode as a key in a DenseMap.
Definition at line 328 of file ASTTypeTraits.h.
|
inlinestatic |
Definition at line 329 of file ASTTypeTraits.h.
References clang::ast_type_traits::ASTNodeKind::DenseMapInfo::getEmptyKey(), and Node.
|
inlinestatic |
Definition at line 339 of file ASTTypeTraits.h.
References clang::ast_type_traits::DynTypedNode::getMemoizationData(), and clang::ast_type_traits::DynTypedNode::getUnchecked().
|
inlinestatic |
Definition at line 334 of file ASTTypeTraits.h.
References clang::ast_type_traits::ASTNodeKind::DenseMapInfo::getTombstoneKey(), and Node.
|
inlinestatic |