Home | History | Annotate | Download | only in Basic

Lines Matching refs:NumWarnings

303   unsigned NumWarnings;         ///< Number of warnings reported
585 unsigned getNumWarnings() const { return NumWarnings; }
587 void setNumWarnings(unsigned NumWarnings) {
588 this->NumWarnings = NumWarnings;
1295 unsigned NumWarnings; ///< Number of warnings reported
1299 DiagnosticConsumer() : NumWarnings(0), NumErrors(0) { }
1302 unsigned getNumWarnings() const { return NumWarnings; }
1303 NumWarnings = NumErrors = 0; }