Searched refs:ObjCSummaryKey (Results 1 – 2 of 2) sorted by relevance
246 class ObjCSummaryKey {250 ObjCSummaryKey(IdentifierInfo* ii, Selector s) in ObjCSummaryKey() function256 ObjCSummaryKey(Selector s) in ObjCSummaryKey() function282 template <> struct DenseMapInfo<ObjCSummaryKey> {283 static inline ObjCSummaryKey getEmptyKey() {288 static inline ObjCSummaryKey getTombstoneKey() {299 static bool isEqual(const ObjCSummaryKey& LHS, const ObjCSummaryKey& RHS) {431 ObjCSummaryKey K(D, S);466 I = M.find(ObjCSummaryKey(S));476 return M[ ObjCSummaryKey(S) ];[all …]
1096 CachedSummaries[ObjCSummaryKey(ID, S)] = Summ; in getMethodSummary()