|
clang 22.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 1227 of file CallEvent.cpp.
| using llvm::DenseMapInfo< PrivateMethodKey >::InterfaceInfo = DenseMapInfo<const ObjCInterfaceDecl *> |
Definition at line 1228 of file CallEvent.cpp.
| using llvm::DenseMapInfo< PrivateMethodKey >::SelectorInfo = DenseMapInfo<Selector> |
Definition at line 1229 of file CallEvent.cpp.
|
inlinestatic |
Definition at line 1231 of file CallEvent.cpp.
|
inlinestatic |
Definition at line 1240 of file CallEvent.cpp.
References PrivateMethodKey::Interface, PrivateMethodKey::IsClassMethod, and PrivateMethodKey::LookupSelector.
|
inlinestatic |
Definition at line 1235 of file CallEvent.cpp.
|
inlinestatic |
Definition at line 1247 of file CallEvent.cpp.
References PrivateMethodKey::Interface, PrivateMethodKey::IsClassMethod, and PrivateMethodKey::LookupSelector.