Searched refs:Remark (Results 1 - 23 of 23) sorted by relevance

/external/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h50 Remark enumerator in enum:clang::serialized_diags::Level
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp38 case DiagnosticsEngine::Remark:
57 Diags.Report(Diags.getCustomDiagID(DiagnosticsEngine::Remark, "%0"))
H A DTextDiagnosticPrinter.cpp85 << (Level == DiagnosticsEngine::Remark ? "-R" : "-W") << Opt;
H A DLogDiagnosticPrinter.cpp30 case DiagnosticsEngine::Remark: return "remark";
H A DFrontendActions.cpp529 for (const std::string &Remark : DiagOpts->Remarks)
530 Out.indent(6) << "-R" << Remark << "\n";
H A DVerifyDiagnosticConsumer.cpp764 bool(DiagnosticLevelMask::Remark & DiagMask));
872 if (bool(DiagnosticLevelMask::Remark & DiagMask))
H A DPrintPreprocessedOutput.cpp459 case diag::Severity::Remark:
H A DSerializedDiagnosticPrinter.cpp637 CASE(Remark)
H A DCompilerInvocation.cpp354 .Case("remark", DiagnosticLevelMask::Remark)
/external/llvm/test/Bindings/OCaml/
H A Ddiagnostic_handler.ml17 | Remark -> Printf.printf "Diagnostic severity is Remark\n"
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h59 /// to either Ignore (nothing), Remark (emit a remark), Warning
65 Remark = 2, ///< Present this diagnostic as a remark. member in class:clang::diag::Severity
76 Remark ///< A diagnostic that indicates normal progress through
120 Ignored, Note, Remark, Warning, Error, Fatal enumerator in enum:clang::diag::DiagnosticIDs::Level
H A DDiagnosticOptions.h33 Remark = 1 << 1, member in class:clang::DiagnosticLevelMask
36 All = Note | Remark | Warning | Error
H A DDiagnostic.h144 Remark = DiagnosticIDs::Remark, enumerator in enum:clang::DiagnosticsEngine::Level
/external/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp34 case DiagnosticsEngine::Remark:
35 // The 'Remark' level isn't represented in the stable API.
H A DCXLoadedDiagnostic.cpp86 // The 'Remark' level isn't represented in the stable API.
87 case serialized_diags::Remark: return CXDiagnostic_Warning;
/external/clang/lib/Basic/
H A DWarnings.cpp23 // Remark options are also handled here, analogously, except that they are much
200 const auto Flavor = diag::Flavor::Remark;
207 auto Severity = IsPositive ? diag::Severity::Remark
225 IsPositive ? diag::Severity::Remark
H A DDiagnosticIDs.cpp62 return Class == CLASS_REMARK ? diag::Flavor::Remark
370 case diag::Severity::Remark:
371 return DiagnosticIDs::Remark;
528 return Flavor == diag::Flavor::Remark;
/external/clang/lib/ARCMigrate/
H A DPlistReporter.cpp25 case DiagnosticsEngine::Remark:
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp47 case DiagnosticsEngine::Remark: return 'R';
/external/llvm/lib/IR/
H A DLLVMContext.cpp232 if (auto *Remark = dyn_cast<DiagnosticInfoOptimizationBase>(&DI))
233 return Remark->isEnabled();
/external/clang/lib/Lex/
H A DPragma.cpp1028 : diag::Flavor::Remark;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml290 | Remark Constructor in type:DiagnosticSeverity/t
H A Dllvm.mli361 | Remark

Completed in 2700 milliseconds