Home
last modified time | relevance | path

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

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