Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp782 SmallString<128> NewOutFile(OF.Filename); in clearOutputFiles() local
783 FileMgr->FixupRelativePath(NewOutFile); in clearOutputFiles()
785 llvm::Error E = OF.File->keep(NewOutFile); in clearOutputFiles()