Searched refs:ObjCSummaryKey (Results 1 – 1 of 1) sorted by relevance
473 class ObjCSummaryKey { class477 ObjCSummaryKey(IdentifierInfo* ii, Selector s) in ObjCSummaryKey() function in __anonf8e0d6ba0311::ObjCSummaryKey480 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s) in ObjCSummaryKey() function in __anonf8e0d6ba0311::ObjCSummaryKey483 ObjCSummaryKey(Selector s) in ObjCSummaryKey() function in __anonf8e0d6ba0311::ObjCSummaryKey492 template <> struct DenseMapInfo<ObjCSummaryKey> {493 static inline ObjCSummaryKey getEmptyKey() { in getEmptyKey()494 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getEmptyKey(), in getEmptyKey()498 static inline ObjCSummaryKey getTombstoneKey() { in getTombstoneKey()499 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getTombstoneKey(), in getTombstoneKey()503 static unsigned getHashValue(const ObjCSummaryKey &V) { in getHashValue()[all …]