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 176 bool SuppressAllDiagnostics; // Suppress all diagnostics.
469 SuppressAllDiagnostics = Val;
471 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; }
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 583 if (Diag.SuppressAllDiagnostics)
Diagnostic.cpp 52 SuppressAllDiagnostics = false;
    [all...]

Completed in 42 milliseconds