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

  /external/clang/include/clang/Frontend/
SerializedDiagnostics.h 50 Remark
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 38 case DiagnosticsEngine::Remark:
57 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Remark, "%0"))
TextDiagnosticPrinter.cpp 85 << (Level == DiagnosticsEngine::Remark ? "-R" : "-W") << Opt;
LogDiagnosticPrinter.cpp 30 case DiagnosticsEngine::Remark: return "remark";
FrontendActions.cpp 527 for (const std::string &Remark : DiagOpts->Remarks)
528 Out.indent(6) << "-R" << Remark << "\n";
VerifyDiagnosticConsumer.cpp 334 else if (PH.Next("remark"))
763 // See if there are remark mismatches.
764 NumProblems += CheckLists(Diags, SourceMgr, "remark", ED.Remarks,
766 bool(DiagnosticLevelMask::Remark & DiagMask));
874 if (bool(DiagnosticLevelMask::Remark & DiagMask))
876 Buffer->remark_end(), "remark");
PrintPreprocessedOutput.cpp 449 case diag::Severity::Remark:
450 OS << "remark";
SerializedDiagnosticPrinter.cpp 636 CASE(Remark)
    [all...]
CompilerInvocation.cpp 337 .Case("remark", DiagnosticLevelMask::Remark)
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 59 /// to either Ignore (nothing), Remark (emit a remark), Warning
65 Remark = 2, ///< Present this diagnostic as a remark.
76 Remark ///< A diagnostic that indicates normal progress through
120 Ignored, Note, Remark, Warning, Error, Fatal
DiagnosticOptions.h 33 Remark = 1 << 1,
36 All = Note | Remark | Warning | Error
Diagnostic.h 144 Remark = DiagnosticIDs::Remark,
    [all...]
  /external/clang/tools/libclang/
CXStoredDiagnostic.cpp 34 case DiagnosticsEngine::Remark:
35 // The 'Remark' level isn't represented in the stable API.
CXLoadedDiagnostic.cpp 86 // The 'Remark' level isn't represented in the stable API.
87 case serialized_diags::Remark: return CXDiagnostic_Warning;
  /external/clang/lib/Basic/
Warnings.cpp 23 // Remark options are also handled here, analogously, except that they are much
24 // simpler because a remark can't be promoted to an error.
200 const auto Flavor = diag::Flavor::Remark;
207 auto Severity = IsPositive ? diag::Severity::Remark
211 // in remark groups, so we don't need a separate 'all remarks enabled'
225 IsPositive ? diag::Severity::Remark
DiagnosticIDs.cpp 62 return Class == CLASS_REMARK ? diag::Flavor::Remark
370 case diag::Severity::Remark:
371 return DiagnosticIDs::Remark;
522 return Flavor == diag::Flavor::Remark;
  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 25 case DiagnosticsEngine::Remark:
  /external/clang/tools/diagtool/
ShowEnabledWarnings.cpp 47 case DiagnosticsEngine::Remark: return 'R';
  /external/clang/lib/Lex/
Pragma.cpp     [all...]

Completed in 789 milliseconds