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

Completed in 391 milliseconds