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

  /external/clang/include/clang/Basic/
Diagnostic.h 177 bool SuppressAllDiagnostics; // Suppress all diagnostics.
438 SuppressAllDiagnostics = Val;
440 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; }
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 580 if (Diag.SuppressAllDiagnostics)
Diagnostic.cpp 50 SuppressAllDiagnostics = false;

Completed in 41 milliseconds