Home | History | Annotate | Download | only in Frontend

Lines Matching defs:TempPath

645     SmallString<128> TempPath;
646 TempPath = OutFile;
647 TempPath += "-%%%%%%%%";
650 llvm::sys::fs::createUniqueFile(TempPath.str(), fd, TempPath);
657 EC = llvm::sys::fs::createUniqueFile(TempPath.str(), fd, TempPath);
663 OSFile = TempFile = TempPath.str();