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 172 bool IgnoreAllWarnings; // Ignore all warnings: -w
441 void setIgnoreAllWarnings(bool Val) { IgnoreAllWarnings = Val; }
442 bool getIgnoreAllWarnings() const { return IgnoreAllWarnings; }
447 /// If this and IgnoreAllWarnings are both set, then that one wins.
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 449 if (Result == diag::Severity::Warning && Diag.IgnoreAllWarnings)
Diagnostic.cpp 67 IgnoreAllWarnings = false;
    [all...]

Completed in 178 milliseconds