Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DLogDiagnosticPrinter.cpp20 std::unique_ptr<raw_ostream> StreamOwner) in LogDiagnosticPrinter() argument
21 : OS(os), StreamOwner(std::move(StreamOwner)), LangOpts(nullptr) {} in LogDiagnosticPrinter()
H A DCompilerInstance.cpp286 std::unique_ptr<raw_ostream> StreamOwner; in SetUpDiagnosticLog() local
299 StreamOwner = std::move(FileOS); in SetUpDiagnosticLog()
305 std::move(StreamOwner)); in SetUpDiagnosticLog()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h52 std::unique_ptr<raw_ostream> StreamOwner; variable
65 std::unique_ptr<raw_ostream> StreamOwner);