Searched refs:PrivateMethodKey (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1165 struct PrivateMethodKey { struct
1172 template <> struct DenseMapInfo<PrivateMethodKey> {
1176 static inline PrivateMethodKey getEmptyKey() {
1180 static inline PrivateMethodKey getTombstoneKey() {
1185 static unsigned getHashValue(const PrivateMethodKey &Key) {
1192 static bool isEqual(const PrivateMethodKey &LHS,
1193 const PrivateMethodKey &RHS) {
1219 llvm::DenseMap<PrivateMethodKey, Optional<const ObjCMethodDecl *>>;

Completed in 40 milliseconds