Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1134 struct PrivateMethodKey { struct
1141 template <> struct DenseMapInfo<PrivateMethodKey> { argument
1145 static inline PrivateMethodKey getEmptyKey() { in getEmptyKey()
1149 static inline PrivateMethodKey getTombstoneKey() { in getTombstoneKey()
1154 static unsigned getHashValue(const PrivateMethodKey &Key) { in getHashValue()
1161 static bool isEqual(const PrivateMethodKey &LHS, in isEqual()
1162 const PrivateMethodKey &RHS) { in isEqual()
1188 llvm::DenseMap<PrivateMethodKey, Optional<const ObjCMethodDecl *>>; in lookupRuntimeDefinition()