Home | History | Annotate | Download | only in Frontend

Lines Matching defs:TempPath

660     SmallString<128> TempPath;
661 TempPath = OutFile;
662 TempPath += "-%%%%%%%%";
665 llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath);
672 EC = llvm::sys::fs::createUniqueFile(TempPath, fd, TempPath);
678 OSFile = TempFile = TempPath.str();