Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp2034 struct EditEntry { struct
2043 template<> struct DenseMapInfo<EditEntry> {
2044 static inline EditEntry getEmptyKey() { in getEmptyKey()
2045 EditEntry Entry; in getEmptyKey()
2049 static inline EditEntry getTombstoneKey() { in getTombstoneKey()
2050 EditEntry Entry; in getTombstoneKey()
2054 static unsigned getHashValue(const EditEntry& Val) { in getHashValue()
2058 static bool isEqual(const EditEntry &LHS, const EditEntry &RHS) { in isEqual()
2074 bool parse(StringRef File, SmallVectorImpl<EditEntry> &Entries) { in parse()
2108 SmallVectorImpl<EditEntry> &Entries) { in parseEdit()
[all …]