Searched refs:IncludeInDiagnosticCounts (Results 1 – 6 of 6) sorted by relevance
56 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function57 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
123 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter124 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
122 bool IncludeInDiagnosticCounts() const override;
491 if (Client->IncludeInDiagnosticCounts()) { in Report()535 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()1116 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer1133 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer1134 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
661 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()684 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()711 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
1531 virtual bool IncludeInDiagnosticCounts() const;1566 bool IncludeInDiagnosticCounts() const override;