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

#include <TypeOrdering.h>

Static Public Member Functions

static clang::QualType getEmptyKey ()
 
static clang::QualType getTombstoneKey ()
 
static unsigned getHashValue (clang::QualType Val)
 
static bool isEqual (clang::QualType LHS, clang::QualType RHS)
 

Detailed Description

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

Definition at line 40 of file TypeOrdering.h.

Member Function Documentation

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

Definition at line 41 of file TypeOrdering.h.

static unsigned llvm::DenseMapInfo< clang::QualType >::getHashValue ( clang::QualType  Val)
inlinestatic

Definition at line 48 of file TypeOrdering.h.

References clang::QualType::getAsOpaquePtr().

static clang::QualType llvm::DenseMapInfo< clang::QualType >::getTombstoneKey ( )
inlinestatic

Definition at line 43 of file TypeOrdering.h.

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

Definition at line 53 of file TypeOrdering.h.


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