clang API Documentation

Static Public Member Functions
llvm::DenseMapInfo< clang::BaseSubobject > Struct Template Reference

#include <BaseSubobject.h>

List of all members.

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 ( ) [inline, static]

Definition at line 56 of file BaseSubobject.h.

References clang::CharUnits::fromQuantity().

static unsigned llvm::DenseMapInfo< clang::BaseSubobject >::getHashValue ( const clang::BaseSubobject Base) [inline, static]
static clang::BaseSubobject llvm::DenseMapInfo< clang::BaseSubobject >::getTombstoneKey ( ) [inline, static]

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 
) [inline, static]

Definition at line 74 of file BaseSubobject.h.


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