Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h52 std::unique_ptr<raw_ostream> StreamOwner; variable
66 std::unique_ptr<raw_ostream> StreamOwner);
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp287 std::unique_ptr<raw_ostream> StreamOwner; in SetUpDiagnosticLog() local
300 StreamOwner = std::move(FileOS); in SetUpDiagnosticLog()
306 std::move(StreamOwner)); in SetUpDiagnosticLog()