Home
last modified time | relevance | path

Searched refs:ShouldOwnClient (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInstance.h608 bool ShouldOwnClient = true);
631 bool ShouldOwnClient = true,
/llvm-project-15.0.7/clang/lib/Basic/
H A DDiagnostic.cpp90 bool ShouldOwnClient) in DiagnosticsEngine() argument
92 setClient(client, ShouldOwnClient); in DiagnosticsEngine()
113 bool ShouldOwnClient) { in setClient() argument
114 Owner.reset(ShouldOwnClient ? client : nullptr); in setClient()
/llvm-project-15.0.7/clang/tools/clang-import-test/
H A Dclang-import-test.cpp166 const bool ShouldOwnClient = true; in BuildCompilerInstance() local
167 Ins->createDiagnostics(DC.release(), ShouldOwnClient); in BuildCompilerInstance()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp331 bool ShouldOwnClient) { in createDiagnostics() argument
333 ShouldOwnClient, &getCodeGenOpts()); in createDiagnostics()
339 bool ShouldOwnClient, in createDiagnostics() argument
348 Diags->setClient(Client, ShouldOwnClient); in createDiagnostics()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.h543 bool ShouldOwnClient = true);
610 void setClient(DiagnosticConsumer *client, bool ShouldOwnClient = true);