Searched refs:tempPath (Results 1 – 2 of 2) sorted by relevance
143 SmallString<64> tempPath; in flushToFile() local147 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()
831 llvm::SmallString<16> tempPath; in MkTemp() local833 prefix + "%%%%%%" + suffix, fd, tempPath)}) { in MkTemp()836 return Temp{fd, tempPath.c_str()}; in MkTemp()