clang 19.0.0git
Static Public Member Functions | List of all members
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()

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

Definition at line 249 of file RetainSummaryManager.h.

◆ getHashValue()

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

Definition at line 259 of file RetainSummaryManager.h.

References V.

◆ getTombstoneKey()

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

Definition at line 254 of file RetainSummaryManager.h.

◆ isEqual()

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

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