HomeSort by relevance Sort by last modified time
    Searched full:origfe (Results 1 - 1 of 1) sorted by null

  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 85 const FileEntry *origFE = FileMgr->getFile(fromFilename);
86 if (!origFE) {
98 if ((uint64_t)origFE->getModificationTime() != timeModified) {
104 pairs.push_back(std::make_pair(origFE, newFE));
137 const FileEntry *origFE = I->first;
138 SmallString<200> origPath = StringRef(origFE->getName());
141 infoOut << (uint64_t)origFE->getModificationTime() << '\n';
150 tempPath = path::filename(origFE->getName());
152 tempPath += path::extension(origFE->getName());
163 remap(origFE, newE)
    [all...]

Completed in 18 milliseconds