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 176 bool SuppressSystemWarnings; // Suppress warnings in system headers.
431 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarnings = Val; }
432 bool getSuppressSystemWarnings() const { return SuppressSystemWarnings; }
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 463 Diag.SuppressSystemWarnings &&
Diagnostic.cpp 49 SuppressSystemWarnings = false;

Completed in 30 milliseconds