OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastDiagLevel
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
Diagnostic.h
488
DiagnosticIDs::Level
LastDiagLevel
;
755
if (
LastDiagLevel
== DiagnosticIDs::Fatal)
757
LastDiagLevel
= Ignored ? DiagnosticIDs::Ignored : DiagnosticIDs::Warning;
764
return
LastDiagLevel
== DiagnosticIDs::Ignored;
887
LastDiagLevel
= Other.
LastDiagLevel
;
/src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp
745
if (Diag.
LastDiagLevel
== DiagnosticIDs::Fatal)
748
Diag.
LastDiagLevel
= DiagLevel;
766
Diag.
LastDiagLevel
== DiagnosticIDs::Ignored))
Diagnostic.cpp
145
LastDiagLevel
= DiagnosticIDs::Ignored;
Completed in 64 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026