OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DiagLevel
(Results
1 - 16
of
16
) sorted by null
/external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h
55
virtual void HandleDiagnostic(DiagnosticsEngine::Level
DiagLevel
,
58
DiagnosticConsumer::HandleDiagnostic(
DiagLevel
, Info);
60
Primary->HandleDiagnostic(
DiagLevel
, Info);
61
Secondary->HandleDiagnostic(
DiagLevel
, Info);
LogDiagnosticPrinter.h
71
virtual void HandleDiagnostic(DiagnosticsEngine::Level
DiagLevel
,
TextDiagnosticBuffer.h
42
virtual void HandleDiagnostic(DiagnosticsEngine::Level
DiagLevel
,
VerifyDiagnosticConsumer.h
267
virtual void HandleDiagnostic(DiagnosticsEngine::Level
DiagLevel
,
/frameworks/compile/slang/
slang_diagnostic_buffer.cpp
42
clang::DiagnosticsEngine::Level
DiagLevel
,
54
switch (
DiagLevel
) {
slang_diagnostic_buffer.h
45
virtual void HandleDiagnostic(clang::DiagnosticsEngine::Level
DiagLevel
,
/external/clang/lib/Rewrite/Frontend/
FixItRewriter.cpp
117
void FixItRewriter::HandleDiagnostic(DiagnosticsEngine::Level
DiagLevel
,
120
DiagnosticConsumer::HandleDiagnostic(
DiagLevel
, Info);
123
DiagLevel
>= DiagnosticsEngine::Error ||
124
(
DiagLevel
== DiagnosticsEngine::Note && !PrevDiagSilenced) ||
125
(
DiagLevel
> DiagnosticsEngine::Note && Info.getNumFixItHints())) {
126
Client->HandleDiagnostic(
DiagLevel
, Info);
133
if (
DiagLevel
<= DiagnosticsEngine::Note)
136
if (
DiagLevel
>= DiagnosticsEngine::Error && FixItOpts->FixOnlyWarnings) {
171
if (
DiagLevel
>= DiagnosticsEngine::Error) {
/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/clang/lib/Basic/
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
...]
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
...]
/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/include/clang/Rewrite/Frontend/
FixItRewriter.h
119
virtual void HandleDiagnostic(DiagnosticsEngine::Level
DiagLevel
,
/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
...]
VerifyDiagnosticConsumer.cpp
113
DiagnosticsEngine::Level
DiagLevel
, const Diagnostic &Info) {
149
Buffer->HandleDiagnostic(
DiagLevel
, Info);
/external/clang/include/clang/Basic/
DiagnosticIDs.h
275
void EmitDiag(DiagnosticsEngine &Diag, Level
DiagLevel
) const;
Diagnostic.h
[
all
...]
Completed in 2208 milliseconds