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

  /external/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 59 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 36 case DiagnosticsEngine::Remark: return "remark";
PrintPreprocessedOutput.cpp 450 case diag::Severity::Remark:
451 OS << "remark";
SerializedDiagnosticPrinter.cpp 573 CASE(Remark)
  /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.
111 Ignored, Note, Remark, Warning, Error, Fatal
Diagnostic.h 143 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 83 // The 'Remark' level isn't represented in the stable API.
84 case serialized_diags::Remark: return CXDiagnostic_Warning;
  /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/Basic/
DiagnosticIDs.cpp 368 case diag::Severity::Remark:
369 return DiagnosticIDs::Remark;
426 // Diagnostics of class REMARK are either printed as remarks or in case they
428 // FIXME: Disregarding user-requested remark mappings like this is bogus.
431 Result = diag::Severity::Remark;

Completed in 112 milliseconds