Home | History | Annotate | Download | only in Basic

Lines Matching refs:IncludeInDiagnosticCounts

339   if (Client->IncludeInDiagnosticCounts()) {
385 if (!IncludeInDiagnosticCounts())
956 /// IncludeInDiagnosticCounts - This method (whose default implementation
960 bool DiagnosticConsumer::IncludeInDiagnosticCounts() const { return true; }
977 bool ForwardingDiagnosticConsumer::IncludeInDiagnosticCounts() const {
978 return Target.IncludeInDiagnosticCounts();