OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CXDiagnostic_Ignored
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXStoredDiagnostic.cpp
28
case DiagnosticsEngine::Ignored: return
CXDiagnostic_Ignored
;
CIndexDiagnostic.cpp
295
case
CXDiagnostic_Ignored
: llvm_unreachable("impossible");
369
return
CXDiagnostic_Ignored
;
/src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h
744
CXDiagnostic_Ignored
= 0,
/src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c
1198
if (clang_getDiagnosticSeverity(Diagnostic) ==
CXDiagnostic_Ignored
)
4634
case
CXDiagnostic_Ignored
: return "ignored";
Completed in 23 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026