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 170 bool IgnoreAllWarnings; // Ignore all warnings: -w
431 void setIgnoreAllWarnings(bool Val) { IgnoreAllWarnings = Val; }
432 bool getIgnoreAllWarnings() const { return IgnoreAllWarnings; }
437 /// If this and IgnoreAllWarnings are both set, then that one wins.
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 474 if (Result == DiagnosticIDs::Warning && Diag.IgnoreAllWarnings)
Diagnostic.cpp 49 IgnoreAllWarnings = false;
    [all...]

Completed in 1863 milliseconds