Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h208 class ObjCSummaryKey {
212 ObjCSummaryKey(IdentifierInfo* ii, Selector s) in ObjCSummaryKey() function
215 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s) in ObjCSummaryKey() function
218 ObjCSummaryKey(Selector s) in ObjCSummaryKey() function
248 template <> struct DenseMapInfo<ObjCSummaryKey> {
249 static inline ObjCSummaryKey getEmptyKey() {
250 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getEmptyKey(),
254 static inline ObjCSummaryKey getTombstoneKey() {
255 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getTombstoneKey(),
259 static unsigned getHashValue(const ObjCSummaryKey &V) {
[all …]