Lines Matching refs:Client
163 // Chain in the diagnostic client which will log the diagnostics.
188 void CompilerInstance::createDiagnostics(DiagnosticConsumer *Client,
190 Diagnostics = createDiagnostics(&getDiagnosticOpts(), Client,
196 DiagnosticConsumer *Client,
203 // Create the diagnostic client for reporting errors or for
205 if (Client) {
206 Diags->setClient(Client, ShouldOwnClient);
791 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!");
792 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!");
845 // Notify the diagnostic client that all files were processed.
849 // We can have multiple diagnostics sharing one diagnostic client.
850 // Get the total number of warnings/errors from the client.