Lines Matching full:client
1 //===- FixItRewriter.cpp - Fix-It Rewriter Diagnostic Client --------------===//
9 // This is a diagnostic client adaptor that performs rewrites as
11 // then forwards any diagnostics to the adapted diagnostic client.
44 Client = Diags.getClient();
49 Diags.setClient(Client, Owner.release() != nullptr);
127 return Client ? Client->IncludeInDiagnosticCounts() : true;
139 Client->HandleDiagnostic(DiagLevel, Info);
200 /// Emit a diagnostic via the adapted diagnostic client.
203 // and let the downstream client format the diagnostic.
204 Diags.setClient(Client, false);