Searched refs:EditEntry (Results 1 – 1 of 1) sorted by relevance
2037 struct EditEntry { struct2043 EditEntry() : File(), Offset(), RemoveLen() {} in EditEntry() function2048 template<> struct DenseMapInfo<EditEntry> {2049 static inline EditEntry getEmptyKey() { in getEmptyKey()2050 EditEntry Entry; in getEmptyKey()2054 static inline EditEntry getTombstoneKey() { in getTombstoneKey()2055 EditEntry Entry; in getTombstoneKey()2059 static unsigned getHashValue(const EditEntry& Val) { in getHashValue()2067 static bool isEqual(const EditEntry &LHS, const EditEntry &RHS) { in isEqual()2083 bool parse(StringRef File, SmallVectorImpl<EditEntry> &Entries) { in parse()[all …]