Home | History | Annotate | Download | only in Rewrite

Lines Matching refs:Client

1 //===--- FixItRewriter.cpp - Fix-It Rewriter Diagnostic Client --*- C++ -*-===//
10 // This is a diagnostic client adaptor that performs rewrites as
12 // then forwards any diagnostics to the adapted diagnostic client.
40 Client = Diags.getClient();
45 Diags.setClient(Client, Owner.release() != nullptr);
119 return Client ? Client->IncludeInDiagnosticCounts() : true;
131 Client->HandleDiagnostic(DiagLevel, Info);
192 /// \brief Emit a diagnostic via the adapted diagnostic client.
195 // clear out any current diagnostic, and let the downstream client
197 Diags.setClient(Client, false);