Home | History | Annotate | Download | only in Frontend

Lines Matching refs:TempPath

2525   SmallString<128> TempPath;
2526 TempPath = File;
2527 TempPath += "-%%%%%%%%";
2529 if (llvm::sys::fs::createUniqueFile(TempPath.str(), fd, TempPath))
2543 if (llvm::sys::fs::rename(TempPath.str(), File)) {
2545 llvm::sys::fs::remove(TempPath.str(), exists);