Searched refs:EditEntry (Results 1 – 1 of 1) sorted by relevance
2035 struct EditEntry { struct2041 EditEntry() : File(), Offset(), RemoveLen() {} in EditEntry() function2046 template<> struct DenseMapInfo<EditEntry> {2047 static inline EditEntry getEmptyKey() { in getEmptyKey()2048 EditEntry Entry; in getEmptyKey()2052 static inline EditEntry getTombstoneKey() { in getTombstoneKey()2053 EditEntry Entry; in getTombstoneKey()2057 static unsigned getHashValue(const EditEntry& Val) { in getHashValue()2065 static bool isEqual(const EditEntry &LHS, const EditEntry &RHS) { in isEqual()2081 bool parse(StringRef File, SmallVectorImpl<EditEntry> &Entries) { in parse()[all …]