clang 19.0.0git
Public Types | Static Public Member Functions | List of all members
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 1205 of file CallEvent.cpp.

Member Typedef Documentation

◆ InterfaceInfo

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

Definition at line 1206 of file CallEvent.cpp.

◆ SelectorInfo

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

Definition at line 1207 of file CallEvent.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 1209 of file CallEvent.cpp.

◆ getHashValue()

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

◆ getTombstoneKey()

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

Definition at line 1213 of file CallEvent.cpp.

◆ isEqual()

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

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