Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DCompilerInstance.cpp152 auto FileOS = llvm::make_unique<llvm::raw_fd_ostream>( in SetUpDiagnosticLog() local
159 FileOS->SetUnbuffered(); in SetUpDiagnosticLog()
160 OS = FileOS.get(); in SetUpDiagnosticLog()
161 StreamOwner = std::move(FileOS); in SetUpDiagnosticLog()