Searched defs:IgnoreAllWarnings (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DDiagnostic.h171 bool IgnoreAllWarnings; // Ignore all warnings: -w member in class:clang::DiagnosticsEngine
443 void setIgnoreAllWarnings(bool Val) { IgnoreAllWarnings = Val; }
444 bool getIgnoreAllWarnings() const { return IgnoreAllWarnings; }
449 /// If this and IgnoreAllWarnings are both set, then that one wins.

Completed in 33 milliseconds