clang 22.0.0git
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 762 of file ProgramPoint.h.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 764 of file ProgramPoint.h.

◆ getHashValue()

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

Definition at line 778 of file ProgramPoint.h.

References clang::ProgramPoint::getHashValue().

◆ getTombstoneKey()

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

Definition at line 771 of file ProgramPoint.h.

◆ isEqual()

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

Definition at line 782 of file ProgramPoint.h.


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