clang API Documentation

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

#include <GlobalDecl.h>

List of all members.

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

Definition at line 97 of file GlobalDecl.h.

static unsigned llvm::DenseMapInfo< clang::GlobalDecl >::getHashValue ( clang::GlobalDecl  GD) [inline, static]

Definition at line 106 of file GlobalDecl.h.

References clang::GlobalDecl::getAsOpaquePtr().

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

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

Definition at line 110 of file GlobalDecl.h.


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