Searched refs:ObjCSummaryKey (Results 1 – 2 of 2) sorted by relevance
208 class ObjCSummaryKey {212 ObjCSummaryKey(IdentifierInfo* ii, Selector s) in ObjCSummaryKey() function218 ObjCSummaryKey(Selector s) in ObjCSummaryKey() function248 template <> struct DenseMapInfo<ObjCSummaryKey> {249 static inline ObjCSummaryKey getEmptyKey() {254 static inline ObjCSummaryKey getTombstoneKey() {265 static bool isEqual(const ObjCSummaryKey& LHS, const ObjCSummaryKey& RHS) {399 ObjCSummaryKey K(D, S);434 I = M.find(ObjCSummaryKey(S));444 return M[ ObjCSummaryKey(S) ];[all …]
1175 CachedSummaries[ObjCSummaryKey(ID, S)] = Summ; in getMethodSummary()