Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp44 SmallString<128> InfoFile = outputDir; in getRemapInfoFile() local
45 llvm::sys::path::append(InfoFile, "remap"); in getRemapInfoFile()
46 return std::string(InfoFile); in getRemapInfoFile()