Searched refs:IncludeInDiagnosticCounts (Results 1 – 6 of 6) sorted by relevance
55 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function56 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
124 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter125 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
121 bool IncludeInDiagnosticCounts() const override;
505 if (Client->IncludeInDiagnosticCounts()) { in Report()549 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()1131 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer1148 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer1149 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
755 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()778 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()805 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
1750 virtual bool IncludeInDiagnosticCounts() const;1785 bool IncludeInDiagnosticCounts() const override;