HomeSort by: relevance | last modified time | path
    Searched refs:SuppressAllDiagnostics (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 262 bool SuppressAllDiagnostics = false;
690 void setSuppressAllDiagnostics(bool Val) { SuppressAllDiagnostics = Val; }
691 bool getSuppressAllDiagnostics() const { return SuppressAllDiagnostics; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp 737 if (Diag.SuppressAllDiagnostics)

Completed in 19 milliseconds