Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp2054 struct EditEntry { struct
2055 const FileEntry *File;
2056 unsigned Offset;
2057 unsigned RemoveLen;
2058 std::string Text;
2060 EditEntry() : File(), Offset(), RemoveLen() {} in EditEntry() function