clang  3.9.0
Static Public Member Functions | List of all members
clang::ast_type_traits::DynTypedNode::DenseMapInfo Struct Reference

Hooks for using DynTypedNode as a key in a DenseMap. More...

#include <ASTTypeTraits.h>

Inheritance diagram for clang::ast_type_traits::DynTypedNode::DenseMapInfo:
[legend]

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)
 

Detailed Description

Hooks for using DynTypedNode as a key in a DenseMap.

Definition at line 328 of file ASTTypeTraits.h.

Member Function Documentation

static DynTypedNode clang::ast_type_traits::DynTypedNode::DenseMapInfo::getEmptyKey ( )
inlinestatic
static unsigned clang::ast_type_traits::DynTypedNode::DenseMapInfo::getHashValue ( const DynTypedNode Val)
inlinestatic
static DynTypedNode clang::ast_type_traits::DynTypedNode::DenseMapInfo::getTombstoneKey ( )
inlinestatic
static bool clang::ast_type_traits::DynTypedNode::DenseMapInfo::isEqual ( const DynTypedNode LHS,
const DynTypedNode RHS 
)
inlinestatic

The documentation for this struct was generated from the following file: