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 175 bool SuppressSystemWarnings; // Suppress warnings in system headers.
462 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarnings = Val; }
463 bool getSuppressSystemWarnings() const { return SuppressSystemWarnings; }
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 475 if (Diag.SuppressSystemWarnings && !ShowInSystemHeader && Loc.isValid() &&
Diagnostic.cpp 51 SuppressSystemWarnings = false;
    [all...]

Completed in 170 milliseconds