Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang-c/
H A DCXDiagnostic.h62 CXDiagnostic_Fatal = 4 enumerator
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXStoredDiagnostic.cpp34 case DiagnosticsEngine::Fatal: return CXDiagnostic_Fatal; in getSeverity()
H A DCIndexDiagnostic.cpp299 case CXDiagnostic_Fatal: Out << "fatal error: "; break; in clang_formatDiagnostic()
/openbsd/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c4658 case CXDiagnostic_Fatal: return "fatal"; in getSeverityString()