Home
last modified time | relevance | path

Searched defs:Remark (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticIDs.h65 Remark = 2, ///< Present this diagnostic as a remark. enumerator
76 Remark ///< A diagnostic that indicates normal progress through enumerator
120 Ignored, Note, Remark, Warning, Error, Fatal enumerator
H A DDiagnostic.h143 Remark = DiagnosticIDs::Remark, enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnostics.h50 Remark enumerator
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp497 for (const std::string &Remark : DiagOpts->Remarks) in ReadDiagnosticOptions() local