clang API Documentation

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

#include <CharUnits.h>

List of all members.

Static Public Member Functions

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

Detailed Description

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

Definition at line 190 of file CharUnits.h.


Member Function Documentation

static clang::CharUnits llvm::DenseMapInfo< clang::CharUnits >::getEmptyKey ( ) [inline, static]

Definition at line 191 of file CharUnits.h.

References clang::CharUnits::fromQuantity().

static unsigned llvm::DenseMapInfo< clang::CharUnits >::getHashValue ( const clang::CharUnits CU) [inline, static]

Definition at line 205 of file CharUnits.h.

References clang::CharUnits::getQuantity().

static clang::CharUnits llvm::DenseMapInfo< clang::CharUnits >::getTombstoneKey ( ) [inline, static]

Definition at line 198 of file CharUnits.h.

References clang::CharUnits::fromQuantity().

static bool llvm::DenseMapInfo< clang::CharUnits >::isEqual ( const clang::CharUnits LHS,
const clang::CharUnits RHS 
) [inline, static]

Definition at line 210 of file CharUnits.h.


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