Searched refs:IncludeInDiagnosticCounts (Results 1 – 6 of 6) sorted by relevance
55 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function56 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
125 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter126 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
121 bool IncludeInDiagnosticCounts() const override;
518 if (Client->IncludeInDiagnosticCounts()) { in Report()562 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()1192 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer1209 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer1210 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
774 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()797 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()824 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
1788 virtual bool IncludeInDiagnosticCounts() const;1823 bool IncludeInDiagnosticCounts() const override;