Searched refs:ObjCSummaryKey (Results 1 – 1 of 1) sorted by relevance
472 class ObjCSummaryKey { class476 ObjCSummaryKey(IdentifierInfo* ii, Selector s) in ObjCSummaryKey() function in __anonbe000e510311::ObjCSummaryKey479 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s) in ObjCSummaryKey() function in __anonbe000e510311::ObjCSummaryKey482 ObjCSummaryKey(Selector s) in ObjCSummaryKey() function in __anonbe000e510311::ObjCSummaryKey491 template <> struct DenseMapInfo<ObjCSummaryKey> {492 static inline ObjCSummaryKey getEmptyKey() { in getEmptyKey()493 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getEmptyKey(), in getEmptyKey()497 static inline ObjCSummaryKey getTombstoneKey() { in getTombstoneKey()498 return ObjCSummaryKey(DenseMapInfo<IdentifierInfo*>::getTombstoneKey(), in getTombstoneKey()502 static unsigned getHashValue(const ObjCSummaryKey &V) { in getHashValue()[all …]