Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp74 bool ShouldOwnClient) in DiagnosticsEngine() argument
76 setClient(client, ShouldOwnClient); in DiagnosticsEngine()
97 bool ShouldOwnClient) { in setClient() argument
98 Owner.reset(ShouldOwnClient ? client : nullptr); in setClient()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h684 bool ShouldOwnClient = true);
707 bool ShouldOwnClient = true,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp334 bool ShouldOwnClient) { in createDiagnostics() argument
336 ShouldOwnClient, &getCodeGenOpts()); in createDiagnostics()
342 bool ShouldOwnClient, in createDiagnostics() argument
351 Diags->setClient(Client, ShouldOwnClient); in createDiagnostics()