HomeSort by relevance Sort by last modified time
    Searched refs:IgnoreAllWarnings (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Basic/
Diagnostic.h 171 bool IgnoreAllWarnings; // Ignore all warnings: -w
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.
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 452 if (Result == diag::Severity::Warning && Diag.IgnoreAllWarnings)
Diagnostic.cpp 47 IgnoreAllWarnings = false;
    [all...]

Completed in 71 milliseconds