Searched refs:origFE (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp84 const FileEntry *origFE = FileMgr->getFile(fromFilename); local
85 if (!origFE) {
97 if ((uint64_t)origFE->getModificationTime() != timeModified) {
103 pairs.push_back(std::make_pair(origFE, newFE));
136 const FileEntry *origFE = I->first; local
137 SmallString<200> origPath = StringRef(origFE->getName());
140 infoOut << (uint64_t)origFE->getModificationTime() << '\n';
150 if (fs::createTemporaryFile(path::filename(origFE->getName()),
151 path::extension(origFE->getName()), fd,
161 remap(origFE, new
176 const FileEntry *origFE = I->first; local
[all...]

Completed in 454 milliseconds