Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DFileRemapper.cpp143 SmallString<64> tempPath; in flushToFile() local
147 path::extension(origFE->getName()).drop_front(), fd, tempPath, in flushToFile()
149 return report("Could not create file: " + tempPath.str(), Diag); in flushToFile()
156 auto newE = FileMgr->getFile(tempPath); in flushToFile()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dmod-file.cpp831 llvm::SmallString<16> tempPath; in MkTemp() local
833 prefix + "%%%%%%" + suffix, fd, tempPath)}) { in MkTemp()
836 return Temp{fd, tempPath.c_str()}; in MkTemp()