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

  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h 488 DiagnosticIDs::Level LastDiagLevel;
755 if (LastDiagLevel == DiagnosticIDs::Fatal)
757 LastDiagLevel = Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning;
764 return LastDiagLevel == DiagnosticIDs::Ignored;
887 LastDiagLevel = Other.LastDiagLevel;
  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp 745 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
748 Diag.LastDiagLevel = DiagLevel;
766 Diag.LastDiagLevel == DiagnosticIDs::Ignored))
Diagnostic.cpp 145 LastDiagLevel = DiagnosticIDs::Ignored;

Completed in 64 milliseconds