clang 20.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 1224 of file CallEvent.cpp.
using llvm::DenseMapInfo< PrivateMethodKey >::InterfaceInfo = DenseMapInfo<const ObjCInterfaceDecl *> |
Definition at line 1225 of file CallEvent.cpp.
using llvm::DenseMapInfo< PrivateMethodKey >::SelectorInfo = DenseMapInfo<Selector> |
Definition at line 1226 of file CallEvent.cpp.
|
inlinestatic |
Definition at line 1228 of file CallEvent.cpp.
|
inlinestatic |
Definition at line 1237 of file CallEvent.cpp.
References PrivateMethodKey::Interface, PrivateMethodKey::IsClassMethod, and PrivateMethodKey::LookupSelector.
|
inlinestatic |
Definition at line 1232 of file CallEvent.cpp.
|
inlinestatic |
Definition at line 1244 of file CallEvent.cpp.
References PrivateMethodKey::Interface, PrivateMethodKey::IsClassMethod, and PrivateMethodKey::LookupSelector.