Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp89 bool ShouldOwnClient) in DiagnosticsEngine() argument
91 setClient(client, ShouldOwnClient); in DiagnosticsEngine()
112 bool ShouldOwnClient) { in setClient() argument
113 Owner.reset(ShouldOwnClient ? client : nullptr); in setClient()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h607 bool ShouldOwnClient = true);
630 bool ShouldOwnClient = true,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp329 bool ShouldOwnClient) { in createDiagnostics() argument
331 ShouldOwnClient, &getCodeGenOpts()); in createDiagnostics()
337 bool ShouldOwnClient, in createDiagnostics() argument
346 Diags->setClient(Client, ShouldOwnClient); in createDiagnostics()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h542 bool ShouldOwnClient = true);
608 void setClient(DiagnosticConsumer *client, bool ShouldOwnClient = true);