Home | History | Annotate | Download | only in Basic

Lines Matching refs:SuppressSystemWarnings

175   bool SuppressSystemWarnings;   // Suppress warnings in system headers.
462 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarnings = Val; }
463 bool getSuppressSystemWarnings() const { return SuppressSystemWarnings; }