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

  /external/clang/lib/Basic/
DiagnosticIDs.cpp 610 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
613 Diag.LastDiagLevel = DiagLevel;
639 Diag.LastDiagLevel == DiagnosticIDs::Ignored))
Diagnostic.cpp 103 // Set LastDiagLevel to an "unset" state. If we set it to 'Ignored', notes
107 LastDiagLevel = (DiagnosticIDs::Level)-1;
  /external/clang/include/clang/Basic/
Diagnostic.h 287 /// LastDiagLevel - This is the level of the last diagnostic emitted. This is
290 DiagnosticIDs::Level LastDiagLevel;
452 LastDiagLevel = DiagnosticIDs::Ignored;
    [all...]

Completed in 436 milliseconds