Searched refs:EditEntry (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp2054 struct EditEntry { struct in namespace:__anon785
2060 EditEntry() : File(), Offset(), RemoveLen() {} function in struct:__anon785::EditEntry
2065 template<> struct DenseMapInfo<EditEntry> {
2066 static inline EditEntry getEmptyKey() {
2067 EditEntry Entry;
2071 static inline EditEntry getTombstoneKey() {
2072 EditEntry Entry;
2076 static unsigned getHashValue(const EditEntry& Val) {
2084 static bool isEqual(const EditEntry &LHS, const EditEntry
[all...]

Completed in 74 milliseconds