Home
last modified time | relevance | path

Searched refs:NewOutFile (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp649 SmallString<128> NewOutFile(OF.Filename); in clearOutputFiles() local
653 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()
655 llvm::sys::fs::rename(OF.TempFilename, NewOutFile)) { in clearOutputFiles()