Home
last modified time | relevance | path

Searched refs:CXDiagnostic_Ignored (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/clang/include/clang-c/
H A DCXDiagnostic.h38 CXDiagnostic_Ignored = 0, enumerator
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp28 case DiagnosticsEngine::Ignored: return CXDiagnostic_Ignored; in getSeverity()
H A DCIndexDiagnostic.cpp295 case CXDiagnostic_Ignored: llvm_unreachable("impossible"); in clang_formatDiagnostic()
369 return CXDiagnostic_Ignored; in clang_getDiagnosticSeverity()
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1209 if (clang_getDiagnosticSeverity(Diagnostic) == CXDiagnostic_Ignored) in PrintDiagnostic()
4659 case CXDiagnostic_Ignored: return "ignored"; in getSeverityString()