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

#include <GlobalDecl.h>

Static Public Member Functions

static clang::GlobalDecl getEmptyKey ()
 
static clang::GlobalDecl getTombstoneKey ()
 
static unsigned getHashValue (clang::GlobalDecl GD)
 
static bool isEqual (clang::GlobalDecl LHS, clang::GlobalDecl RHS)
 

Detailed Description

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

Definition at line 96 of file GlobalDecl.h.

Member Function Documentation

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

Definition at line 97 of file GlobalDecl.h.

static unsigned llvm::DenseMapInfo< clang::GlobalDecl >::getHashValue ( clang::GlobalDecl  GD)
inlinestatic

Definition at line 106 of file GlobalDecl.h.

References clang::GlobalDecl::getAsOpaquePtr().

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

Definition at line 101 of file GlobalDecl.h.

References clang::GlobalDecl::getFromOpaquePtr().

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

Definition at line 110 of file GlobalDecl.h.


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