Searched refs:ObjCSummaryKey (Results 1 – 1 of 1) sorted by relevance
208 class ObjCSummaryKey {212 ObjCSummaryKey(IdentifierInfo* ii, Selector s) in ObjCSummaryKey() function215 ObjCSummaryKey(const ObjCInterfaceDecl *d, Selector s) in ObjCSummaryKey() function218 ObjCSummaryKey(Selector s) in ObjCSummaryKey() function248 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 …]