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

/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1897 struct EditEntry { struct in namespace:__anon17688
1903 EditEntry() : File(), Offset(), RemoveLen() {} function in struct:__anon17688::EditEntry
1908 template<> struct DenseMapInfo<EditEntry> {
1909 static inline EditEntry getEmptyKey() {
1910 EditEntry Entry;
1914 static inline EditEntry getTombstoneKey() {
1915 EditEntry Entry;
1919 static unsigned getHashValue(const EditEntry& Val) {
1927 static bool isEqual(const EditEntry &LHS, const EditEntry
[all...]

Completed in 77 milliseconds