Searched refs:ObjCSummaryKey (Results 1 – 1 of 1) sorted by relevance
471 class ObjCSummaryKey { class475 ObjCSummaryKey(IdentifierInfo* ii, Selector s) in ObjCSummaryKey() function in __anonbe000e510311::ObjCSummaryKey478 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s) in ObjCSummaryKey() function in __anonbe000e510311::ObjCSummaryKey481 ObjCSummaryKey(Selector s) in ObjCSummaryKey() function in __anonbe000e510311::ObjCSummaryKey490 template <> struct DenseMapInfo<ObjCSummaryKey> {491 static inline ObjCSummaryKey getEmptyKey() { in getEmptyKey()492 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getEmptyKey(), in getEmptyKey()496 static inline ObjCSummaryKey getTombstoneKey() { in getTombstoneKey()497 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getTombstoneKey(), in getTombstoneKey()501 static unsigned getHashValue(const ObjCSummaryKey &V) { in getHashValue()[all …]