Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp1897 struct EditEntry { struct
1898 const FileEntry *File;
1899 unsigned Offset;
1900 unsigned RemoveLen;
1901 std::string Text;
1903 EditEntry() : File(), Offset(), RemoveLen() {} in EditEntry() function