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/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp666 PrimaryClientOwner(Diags.takeClient()), in VerifyDiagnosticConsumer()
1065 std::unique_ptr<DiagnosticConsumer> Owner = Diags.takeClient(); in CheckDiagnostics()
H A DCompilerInstance.cpp311 new ChainedDiagnosticConsumer(Diags.takeClient(), std::move(Logger))); in SetUpDiagnosticLog()
326 Diags.takeClient(), std::move(SerializedConsumer))); in SetupSerializedDiagnostics()
H A DASTUnit.cpp693 OwningPreviousClient = Diags.takeClient(); in CaptureDroppedDiagnostics()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Ddriver.cpp480 Diags.takeClient(), std::move(SerializedConsumer))); in clang_main()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h580 std::unique_ptr<DiagnosticConsumer> takeClient() { return std::move(Owner); } in takeClient() function