Home
last modified time | relevance | path

Searched refs:shouldOwnClient (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Frontend/
H A DCompilerInstance.cpp168 bool shouldOwnClient) { in createDiagnostics() argument
170 createDiagnostics(&getDiagnosticOpts(), client, shouldOwnClient); in createDiagnostics()
176 bool shouldOwnClient) { in createDiagnostics() argument
185 diags->setClient(client, shouldOwnClient); in createDiagnostics()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h257 bool shouldOwnClient = true);
259 bool shouldOwnClient = true);