OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DiagLevel
(Results
1 - 5
of
5
) sorted by null
/external/clang/tools/diagtool/
ShowEnabledWarnings.cpp
126
DiagnosticsEngine::Level
DiagLevel
=
128
if (
DiagLevel
== DiagnosticsEngine::Ignored)
132
Active.push_back(PrettyDiag(I->getName(), WarningOpt,
DiagLevel
));
/external/compiler-rt/lib/ubsan/
ubsan_diag.h
84
enum
DiagLevel
{
121
DiagLevel
Level;
187
Diag(Location Loc,
DiagLevel
Level, const char *Message)
/external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp
107
void HandleDiagnostic(DiagnosticsEngine::Level
DiagLevel
,
153
unsigned getEmitDiagnosticFlag(DiagnosticsEngine::Level
DiagLevel
,
492
unsigned SDiagsWriter::getEmitDiagnosticFlag(DiagnosticsEngine::Level
DiagLevel
,
494
if (
DiagLevel
== DiagnosticsEngine::Note)
521
void SDiagsWriter::HandleDiagnostic(DiagnosticsEngine::Level
DiagLevel
,
526
if (
DiagLevel
!= DiagnosticsEngine::Note) {
545
if (
DiagLevel
== DiagnosticsEngine::Note)
548
EmitDiagnosticMessage(SourceLocation(), PresumedLoc(),
DiagLevel
,
551
if (
DiagLevel
== DiagnosticsEngine::Note)
560
Renderer.emitDiagnostic(Info.getLocation(),
DiagLevel
,
[
all
...]
/external/clang/lib/Basic/
Diagnostic.cpp
379
Level
DiagLevel
= storedDiag.getLevel();
381
Client->HandleDiagnostic(
DiagLevel
, Info);
383
if (
DiagLevel
== DiagnosticsEngine::Warning)
398
DiagnosticIDs::Level
DiagLevel
401
Emitted = (
DiagLevel
!= DiagnosticIDs::Ignored);
404
Diags->EmitDiag(*this,
DiagLevel
);
426
void DiagnosticConsumer::HandleDiagnostic(DiagnosticsEngine::Level
DiagLevel
,
431
if (
DiagLevel
== DiagnosticsEngine::Warning)
433
else if (
DiagLevel
>= DiagnosticsEngine::Error)
[
all
...]
DiagnosticIDs.cpp
616
DiagnosticIDs::Level
DiagLevel
619
if (
DiagLevel
!= DiagnosticIDs::Note) {
627
Diag.LastDiagLevel =
DiagLevel
;
631
if (
DiagLevel
>= DiagnosticIDs::Error) {
640
if (
DiagLevel
>= DiagnosticIDs::Error &&
651
if (
DiagLevel
== DiagnosticIDs::Ignored ||
652
(
DiagLevel
== DiagnosticIDs::Note &&
656
if (
DiagLevel
>= DiagnosticIDs::Error) {
672
DiagLevel
== DiagnosticIDs::Error) {
679
EmitDiag(Diag,
DiagLevel
);
[
all
...]
Completed in 1508 milliseconds