Searched refs:StreamOwner (Results 1 – 3 of 3) sorted by relevance
20 std::unique_ptr<raw_ostream> StreamOwner) in LogDiagnosticPrinter() argument21 : OS(os), StreamOwner(std::move(StreamOwner)), LangOpts(nullptr) {} in LogDiagnosticPrinter()
286 std::unique_ptr<raw_ostream> StreamOwner; in SetUpDiagnosticLog() local299 StreamOwner = std::move(FileOS); in SetUpDiagnosticLog()305 std::move(StreamOwner)); in SetUpDiagnosticLog()
52 std::unique_ptr<raw_ostream> StreamOwner; variable65 std::unique_ptr<raw_ostream> StreamOwner);