clang 20.0.0git
|
Public Attributes | |
const ObjCInterfaceDecl * | Interface |
Selector | LookupSelector |
bool | IsClassMethod |
Definition at line 1208 of file CallEvent.cpp.
const ObjCInterfaceDecl* PrivateMethodKey::Interface |
Definition at line 1209 of file CallEvent.cpp.
Referenced by llvm::DenseMapInfo< PrivateMethodKey >::getHashValue(), and llvm::DenseMapInfo< PrivateMethodKey >::isEqual().
bool PrivateMethodKey::IsClassMethod |
Definition at line 1211 of file CallEvent.cpp.
Referenced by llvm::DenseMapInfo< PrivateMethodKey >::getHashValue(), and llvm::DenseMapInfo< PrivateMethodKey >::isEqual().
Selector PrivateMethodKey::LookupSelector |
Definition at line 1210 of file CallEvent.cpp.
Referenced by llvm::DenseMapInfo< PrivateMethodKey >::getHashValue(), and llvm::DenseMapInfo< PrivateMethodKey >::isEqual().