Searched defs:newFE (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp91 const FileEntry *newFE = FileMgr->getFile(toFilename); local
92 if (!newFE) {
104 pairs.push_back(std::make_pair(origFE, newFE));
179 if (const FileEntry *newFE = I->second.dyn_cast<const FileEntry *>()) {
180 if (fs::copy_file(newFE->getName(), origFE->getName(),
182 return report(StringRef("Could not copy file '") + newFE->getName() +

Completed in 30 milliseconds