Searched refs:IncludeInDiagnosticCounts (Results 1 – 8 of 8) sorted by relevance
51 bool IncludeInDiagnosticCounts() const override { in IncludeInDiagnosticCounts() function52 return Primary->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
113 bool FixItRewriter::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in FixItRewriter114 return Client ? Client->IncludeInDiagnosticCounts() : true; in IncludeInDiagnosticCounts()
115 bool IncludeInDiagnosticCounts() const override;
75 virtual bool IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in __anon2e2526fe0111::NamespaceDiagnosticWatcher77 return Chained->IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
339 if (Client->IncludeInDiagnosticCounts()) { in Report()385 if (!IncludeInDiagnosticCounts()) in HandleDiagnostic()960 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; } in IncludeInDiagnosticCounts() function in DiagnosticConsumer977 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const { in IncludeInDiagnosticCounts() function in ForwardingDiagnosticConsumer978 return Target.IncludeInDiagnosticCounts(); in IncludeInDiagnosticCounts()
615 Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()639 if (Diag.Client->IncludeInDiagnosticCounts()) { in ProcessDiag()662 if (Diag.Client->IncludeInDiagnosticCounts()) { in EmitDiag()
126 bool IncludeInDiagnosticCounts() const override { return false; } in IncludeInDiagnosticCounts() function in __anon41de3f4f0111::FixItRewriter
1337 virtual bool IncludeInDiagnosticCounts() const;1372 bool IncludeInDiagnosticCounts() const override;