Home | History | Annotate | Download | only in Frontend

Lines Matching defs:TempPath

553       SmallString<128> TempPath;
554 TempPath = OutFile;
555 TempPath += "-%%%%%%%%";
557 if (llvm::sys::fs::unique_file(TempPath.str(), fd, TempPath,
561 OSFile = TempFile = TempPath.str();