Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInstance.cpp722 SmallString<128> NewOutFile(OF.Filename); in clearOutputFiles() local
723 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()
724 std::error_code EC = llvm::sys::fs::rename(OF.TempFilename, NewOutFile); in clearOutputFiles()