clang API Documentation

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

#include <ProgramPoint.h>

List of all members.

Static Public Member Functions

static clang::ProgramPoint getEmptyKey ()
static clang::ProgramPoint getTombstoneKey ()
static unsigned getHashValue (const clang::ProgramPoint &Loc)
static bool isEqual (const clang::ProgramPoint &L, const clang::ProgramPoint &R)

Detailed Description

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

Definition at line 675 of file ProgramPoint.h.


Member Function Documentation

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

Definition at line 677 of file ProgramPoint.h.

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

Definition at line 689 of file ProgramPoint.h.

References clang::ProgramPoint::getHashValue().

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

Definition at line 683 of file ProgramPoint.h.

static bool llvm::DenseMapInfo< clang::ProgramPoint >::isEqual ( const clang::ProgramPoint L,
const clang::ProgramPoint R 
) [inline, static]

Definition at line 693 of file ProgramPoint.h.


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