Searched refs:EditEntry (Results 1 – 1 of 1) sorted by relevance
2054 struct EditEntry { struct2060 EditEntry() : File(), Offset(), RemoveLen() {} in EditEntry() argument2065 template<> struct DenseMapInfo<EditEntry> {2066 static inline EditEntry getEmptyKey() { in getEmptyKey()2067 EditEntry Entry; in getEmptyKey()2071 static inline EditEntry getTombstoneKey() { in getTombstoneKey()2072 EditEntry Entry; in getTombstoneKey()2076 static unsigned getHashValue(const EditEntry& Val) { in getHashValue()2084 static bool isEqual(const EditEntry &LHS, const EditEntry &RHS) { in isEqual()2100 bool parse(StringRef File, SmallVectorImpl<EditEntry> &Entries) { in parse()[all …]