Searched refs:IgnoreAllWarnings (Results 1 - 3 of 3) 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.
/external/clang/lib/Basic/
H A DDiagnosticIDs.cpp452 if (Result == diag::Severity::Warning && Diag.IgnoreAllWarnings)
H A DDiagnostic.cpp47 IgnoreAllWarnings = false;

Completed in 1159 milliseconds