HomeSort by relevance Sort by last modified time
    Searched defs: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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 186 bool SuppressSystemWarnings; // Suppress warnings in system headers.
521 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarnings = Val; }
522 bool getSuppressSystemWarnings() const { return SuppressSystemWarnings; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Diagnostic.h 186 bool SuppressSystemWarnings; // Suppress warnings in system headers.
521 void setSuppressSystemWarnings(bool Val) { SuppressSystemWarnings = Val; }
522 bool getSuppressSystemWarnings() const { return SuppressSystemWarnings; }
    [all...]

Completed in 120 milliseconds