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

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
H A DDiagnostic.h181 bool IgnoreAllWarnings; // Ignore all warnings: -w member in class:clang::DiagnosticsEngine
496 void setIgnoreAllWarnings(bool Val) { IgnoreAllWarnings = Val; }
497 bool getIgnoreAllWarnings() const { return IgnoreAllWarnings; }
502 /// If this and IgnoreAllWarnings are both set, then that one wins.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
H A DDiagnostic.h181 bool IgnoreAllWarnings; // Ignore all warnings: -w member in class:clang::DiagnosticsEngine
496 void setIgnoreAllWarnings(bool Val) { IgnoreAllWarnings = Val; }
497 bool getIgnoreAllWarnings() const { return IgnoreAllWarnings; }
502 /// If this and IgnoreAllWarnings are both set, then that one wins.

Completed in 150 milliseconds