clang 17.0.0git
|
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) |
Definition at line 1180 of file CallEvent.cpp.
using llvm::DenseMapInfo< PrivateMethodKey >::InterfaceInfo = DenseMapInfo<const ObjCInterfaceDecl *> |
Definition at line 1181 of file CallEvent.cpp.
using llvm::DenseMapInfo< PrivateMethodKey >::SelectorInfo = DenseMapInfo<Selector> |
Definition at line 1182 of file CallEvent.cpp.
|
inlinestatic |
Definition at line 1184 of file CallEvent.cpp.
|
inlinestatic |
Definition at line 1193 of file CallEvent.cpp.
References PrivateMethodKey::Interface, PrivateMethodKey::IsClassMethod, and PrivateMethodKey::LookupSelector.
|
inlinestatic |
Definition at line 1188 of file CallEvent.cpp.
|
inlinestatic |
Definition at line 1200 of file CallEvent.cpp.
References PrivateMethodKey::Interface, PrivateMethodKey::IsClassMethod, and PrivateMethodKey::LookupSelector.