Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp1218 struct PrivateMethodKey { struct
1225 template <> struct DenseMapInfo<PrivateMethodKey> { argument
1229 static inline PrivateMethodKey getEmptyKey() { in getEmptyKey()
1233 static inline PrivateMethodKey getTombstoneKey() { in getTombstoneKey()
1238 static unsigned getHashValue(const PrivateMethodKey &Key) { in getHashValue()
1245 static bool isEqual(const PrivateMethodKey &LHS, in isEqual()
1246 const PrivateMethodKey &RHS) { in isEqual()
1272 llvm::DenseMap<PrivateMethodKey, std::optional<const ObjCMethodDecl *>>; in lookupRuntimeDefinition()