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.cpp1198 struct PrivateMethodKey { struct
1205 template <> struct DenseMapInfo<PrivateMethodKey> { argument
1209 static inline PrivateMethodKey getEmptyKey() { in getEmptyKey()
1213 static inline PrivateMethodKey getTombstoneKey() { in getTombstoneKey()
1218 static unsigned getHashValue(const PrivateMethodKey &Key) { in getHashValue()
1225 static bool isEqual(const PrivateMethodKey &LHS, in isEqual()
1226 const PrivateMethodKey &RHS) { in isEqual()
1252 llvm::DenseMap<PrivateMethodKey, std::optional<const ObjCMethodDecl *>>; in lookupRuntimeDefinition()