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

  /external/clang/include/clang/Basic/
Diagnostic.h 177 bool SuppressSystemWarnings; // Suppress warnings in system headers.
466 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarnings = Val; }
467 bool getSuppressSystemWarnings() const { return SuppressSystemWarnings; }
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 478 if (Diag.SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() &&
Diagnostic.cpp 72 SuppressSystemWarnings = false;
    [all...]

Completed in 67 milliseconds