clang  3.7.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::BaseSubobject > Struct Template Reference

#include <BaseSubobject.h>

Static Public Member Functions

static clang::BaseSubobject getEmptyKey ()
 
static clang::BaseSubobject getTombstoneKey ()
 
static unsigned getHashValue (const clang::BaseSubobject &Base)
 
static bool isEqual (const clang::BaseSubobject &LHS, const clang::BaseSubobject &RHS)
 

Detailed Description

template<>
struct llvm::DenseMapInfo< clang::BaseSubobject >

Definition at line 55 of file BaseSubobject.h.

Member Function Documentation

static clang::BaseSubobject llvm::DenseMapInfo< clang::BaseSubobject >::getEmptyKey ( )
inlinestatic

Definition at line 56 of file BaseSubobject.h.

References clang::CharUnits::fromQuantity().

static unsigned llvm::DenseMapInfo< clang::BaseSubobject >::getHashValue ( const clang::BaseSubobject Base)
inlinestatic
static clang::BaseSubobject llvm::DenseMapInfo< clang::BaseSubobject >::getTombstoneKey ( )
inlinestatic

Definition at line 62 of file BaseSubobject.h.

References clang::CharUnits::fromQuantity().

static bool llvm::DenseMapInfo< clang::BaseSubobject >::isEqual ( const clang::BaseSubobject LHS,
const clang::BaseSubobject RHS 
)
inlinestatic

Definition at line 74 of file BaseSubobject.h.


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