Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp2035 struct EditEntry { struct
2036 const FileEntry *File;
2037 unsigned Offset;
2038 unsigned RemoveLen;
2039 std::string Text;
2041 EditEntry() : File(), Offset(), RemoveLen() {} in EditEntry() function