Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFixItRewriter.cpp42 Owner = Diags.takeClient(); in FixItRewriter()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp343 Diags.takeClient(), std::move(SerializedConsumer))); in clang_main()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp679 PrimaryClientOwner(Diags.takeClient()), in VerifyDiagnosticConsumer()
1083 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); in CheckDiagnostics()
H A DCompilerInstance.cpp310 new ChainedDiagnosticConsumer(Diags.takeClient(), std::move(Logger))); in SetUpDiagnosticLog()
325 Diags.takeClient(), std::move(SerializedConsumer))); in SetupSerializedDiagnostics()
H A DASTUnit.cpp704 OwningPreviousClient = Diags.takeClient(); in CaptureDroppedDiagnostics()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h613 std::unique_ptr<DiagnosticConsumer> takeClient() { return std::move(Owner); } in takeClient() function