Home | History | Annotate | Download | only in Frontend

Lines Matching refs:Client

165   // Chain in the diagnostic client which will log the diagnostics.
190 void CompilerInstance::createDiagnostics(DiagnosticConsumer *Client,
192 Diagnostics = createDiagnostics(&getDiagnosticOpts(), Client,
198 DiagnosticConsumer *Client,
205 // Create the diagnostic client for reporting errors or for
207 if (Client) {
208 Diags->setClient(Client, ShouldOwnClient);
826 assert(!getFrontendOpts().ShowHelp && "Client must handle '-help'!");
827 assert(!getFrontendOpts().ShowVersion && "Client must handle '-version'!");
881 // Notify the diagnostic client that all files were processed.
885 // We can have multiple diagnostics sharing one diagnostic client.
886 // Get the total number of warnings/errors from the client.