Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DFileRemapper.cpp37 std::string infoFile = getRemapInfoFile(outputDir); in clear() local
38 llvm::sys::fs::remove(infoFile); in clear()
51 std::string infoFile = getRemapInfoFile(outputDir); in initFromDisk() local
52 return initFromFile(infoFile, Diag, ignoreIfFilesChanged); in initFromDisk()
59 std::string infoFile = std::string(filePath); in initFromFile() local
60 if (!llvm::sys::fs::exists(infoFile)) in initFromFile()
66 llvm::MemoryBuffer::getFile(infoFile, /*IsText=*/true); in initFromFile()
68 return report("Error opening file: " + infoFile, Diag); in initFromFile()
115 std::string infoFile = getRemapInfoFile(outputDir); in flushToDisk() local
116 return flushToFile(infoFile, Diag); in flushToDisk()
[all …]