clang 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< clang::ProgramPoint > Struct Reference

#include "clang/Analysis/ProgramPoint.h"

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

Definition at line 752 of file ProgramPoint.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 754 of file ProgramPoint.h.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< clang::ProgramPoint >::getHashValue ( const clang::ProgramPoint Loc)
inlinestatic

Definition at line 766 of file ProgramPoint.h.

References clang::ProgramPoint::getHashValue().

◆ getTombstoneKey()

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

Definition at line 760 of file ProgramPoint.h.

◆ isEqual()

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

Definition at line 770 of file ProgramPoint.h.


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