clang 22.0.0git
llvm::DenseMapInfo< ObjCSummaryKey > Struct Reference

#include "clang/Analysis/RetainSummaryManager.h"

Static Public Member Functions

static ObjCSummaryKey getEmptyKey ()
static ObjCSummaryKey getTombstoneKey ()
static unsigned getHashValue (const ObjCSummaryKey &V)
static bool isEqual (const ObjCSummaryKey &LHS, const ObjCSummaryKey &RHS)

Detailed Description

Definition at line 248 of file RetainSummaryManager.h.

Member Function Documentation

◆ getEmptyKey()

ObjCSummaryKey llvm::DenseMapInfo< ObjCSummaryKey >::getEmptyKey ( )
inlinestatic

Definition at line 249 of file RetainSummaryManager.h.

◆ getHashValue()

unsigned llvm::DenseMapInfo< ObjCSummaryKey >::getHashValue ( const ObjCSummaryKey & V)
inlinestatic

Definition at line 259 of file RetainSummaryManager.h.

References V.

◆ getTombstoneKey()

ObjCSummaryKey llvm::DenseMapInfo< ObjCSummaryKey >::getTombstoneKey ( )
inlinestatic

Definition at line 254 of file RetainSummaryManager.h.

◆ isEqual()

bool llvm::DenseMapInfo< ObjCSummaryKey >::isEqual ( const ObjCSummaryKey & LHS,
const ObjCSummaryKey & RHS )
inlinestatic

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