Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/ARCMigrate/
DFileRemapper.cpp81 llvm::ErrorOr<const FileEntry *> origFE = FileMgr->getFile(fromFilename); in initFromFile() local
82 if (!origFE) { in initFromFile()
94 if ((uint64_t)(*origFE)->getModificationTime() != timeModified) { in initFromFile()
100 pairs.push_back(std::make_pair(*origFE, *newFE)); in initFromFile()
131 const FileEntry *origFE = I->first; in flushToFile() local
132 SmallString<200> origPath = StringRef(origFE->getName()); in flushToFile()
135 infoOut << (uint64_t)origFE->getModificationTime() << '\n'; in flushToFile()
146 path::filename(origFE->getName()), in flushToFile()
147 path::extension(origFE->getName()).drop_front(), fd, tempPath, in flushToFile()
158 remap(origFE, *newE); in flushToFile()
[all …]