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 127 DiagnosticsEngine::Level DiagLevel =
129 if (DiagLevel == DiagnosticsEngine::Ignored)
133 Active.push_back(PrettyDiag(I->getName(), WarningOpt, DiagLevel));
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 90 enum DiagLevel {
127 DiagLevel Level;
193 Diag(Location Loc, DiagLevel Level, const char *Message)
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 108 void HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
153 unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
492 unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level DiagLevel,
494 if (DiagLevel == DiagnosticsEngine::Note)
521 void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
526 if (DiagLevel != DiagnosticsEngine::Note) {
545 if (DiagLevel == DiagnosticsEngine::Note)
548 EmitDiagnosticMessage(SourceLocation(), PresumedLoc(), DiagLevel,
551 if (DiagLevel == DiagnosticsEngine::Note)
560 Renderer.emitDiagnostic(Info.getLocation(), DiagLevel,
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 336 Level DiagLevel = storedDiag.getLevel();
338 Client->HandleDiagnostic(DiagLevel, Info);
340 if (DiagLevel == DiagnosticsEngine::Warning)
355 DiagnosticIDs::Level DiagLevel
358 Emitted = (DiagLevel != DiagnosticIDs::Ignored);
361 Diags->EmitDiag(*this, DiagLevel);
383 void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level DiagLevel,
388 if (DiagLevel == DiagnosticsEngine::Warning)
390 else if (DiagLevel >= DiagnosticsEngine::Error)
    [all...]
DiagnosticIDs.cpp 590 DiagnosticIDs::Level DiagLevel
593 if (DiagLevel != DiagnosticIDs::Note) {
601 Diag.LastDiagLevel = DiagLevel;
605 if (DiagLevel >= DiagnosticIDs::Error) {
614 if (DiagLevel >= DiagnosticIDs::Error &&
625 if (DiagLevel == DiagnosticIDs::Ignored ||
626 (DiagLevel == DiagnosticIDs::Note &&
630 if (DiagLevel >= DiagnosticIDs::Error) {
646 DiagLevel == DiagnosticIDs::Error) {
653 EmitDiag(Diag, DiagLevel);
    [all...]

Completed in 273 milliseconds