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

Public Types

using InterfaceInfo = DenseMapInfo<const ObjCInterfaceDecl *>
using SelectorInfo = DenseMapInfo<Selector>

Static Public Member Functions

static PrivateMethodKey getEmptyKey ()
static PrivateMethodKey getTombstoneKey ()
static unsigned getHashValue (const PrivateMethodKey &Key)
static bool isEqual (const PrivateMethodKey &LHS, const PrivateMethodKey &RHS)

Detailed Description

Definition at line 1228 of file CallEvent.cpp.

Member Typedef Documentation

◆ InterfaceInfo

using llvm::DenseMapInfo< PrivateMethodKey >::InterfaceInfo = DenseMapInfo<const ObjCInterfaceDecl *>

Definition at line 1229 of file CallEvent.cpp.

◆ SelectorInfo

using llvm::DenseMapInfo< PrivateMethodKey >::SelectorInfo = DenseMapInfo<Selector>

Definition at line 1230 of file CallEvent.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1232 of file CallEvent.cpp.

◆ getHashValue()

unsigned llvm::DenseMapInfo< PrivateMethodKey >::getHashValue ( const PrivateMethodKey & Key)
inlinestatic

◆ getTombstoneKey()

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

Definition at line 1236 of file CallEvent.cpp.

◆ isEqual()

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

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