Searched refs:IncludeInDiagnosticCounts (Results 1 – 6 of 6) sorted by relevance
56 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function57 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
118 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter119 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
354 if (Client->IncludeInDiagnosticCounts()) { in Report()400 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()984 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer1001 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer1002 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
642 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()665 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()688 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
119 bool IncludeInDiagnosticCounts() const override;
1353 virtual bool IncludeInDiagnosticCounts() const;1388 bool IncludeInDiagnosticCounts() const override;