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

  /external/clang/include/clang/Basic/
Diagnostic.h 302 DiagnosticIDs::Level LastDiagLevel;
494 if (LastDiagLevel == DiagnosticIDs::Fatal)
496 LastDiagLevel = DiagnosticIDs::Ignored;
618 LastDiagLevel = Other.LastDiagLevel;
    [all...]
  /external/clang/lib/Basic/
DiagnosticIDs.cpp 628 if (Diag.LastDiagLevel == DiagnosticIDs::Fatal)
631 Diag.LastDiagLevel = DiagLevel;
657 Diag.LastDiagLevel == DiagnosticIDs::Ignored))
Diagnostic.cpp 111 LastDiagLevel = DiagnosticIDs::Ignored;
    [all...]

Completed in 53 milliseconds