Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp726 SmallString<128> NewOutFile(OF.Filename); in clearOutputFiles() local
727 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()
729 llvm::Error E = OF.File->keep(NewOutFile); in clearOutputFiles()