HomeSort by relevance Sort by last modified time
    Searched defs:DiagLevel (Results 1 - 5 of 5) sorted by null

  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 126 DiagnosticsEngine::Level DiagLevel =
128 if (DiagLevel == DiagnosticsEngine::Ignored)
132 Active.push_back(PrettyDiag(I->getName(), WarningOpt, DiagLevel));
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 84 enum DiagLevel {
121 DiagLevel Level;
187 Diag(Location Loc, DiagLevel Level, const char *Message)
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 107 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
157 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
496 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
498 if (DiagLevel == DiagnosticsEngine::Note)
525 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
530 if (DiagLevel != DiagnosticsEngine::Note) {
549 if (DiagLevel == DiagnosticsEngine::Note)
552 EmitDiagnosticMessage(SourceLocation(), PresumedLoc(), DiagLevel,
555 if (DiagLevel == DiagnosticsEngine::Note)
564 Renderer.emitDiagnostic(Info.getLocation(), DiagLevel,
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 379 Level DiagLevel = storedDiag.getLevel();
381 Client->HandleDiagnostic(DiagLevel, Info);
383 if (DiagLevel == DiagnosticsEngine::Warning)
398 DiagnosticIDs::Level DiagLevel
401 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
404 Diags->EmitDiag(*this, DiagLevel);
426 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
431 if (DiagLevel == DiagnosticsEngine::Warning)
433 else if (DiagLevel >= DiagnosticsEngine::Error)
    [all...]
DiagnosticIDs.cpp 620 DiagnosticIDs::Level DiagLevel
623 if (DiagLevel != DiagnosticIDs::Note) {
631 Diag.LastDiagLevel = DiagLevel;
635 if (DiagLevel >= DiagnosticIDs::Error) {
644 if (DiagLevel >= DiagnosticIDs::Error &&
655 if (DiagLevel == DiagnosticIDs::Ignored ||
656 (DiagLevel == DiagnosticIDs::Note &&
660 if (DiagLevel >= DiagnosticIDs::Error) {
676 DiagLevel == DiagnosticIDs::Error) {
683 EmitDiag(Diag, DiagLevel);
    [all...]

Completed in 71 milliseconds