|
clang
5.0.0
|
Abstract base class used for diagnosing integer constant expression violations. More...
#include "clang/Sema/Sema.h"
Public Member Functions | |
| VerifyICEDiagnoser (bool Suppress=false) | |
| virtual void | diagnoseNotICE (Sema &S, SourceLocation Loc, SourceRange SR)=0 |
| virtual void | diagnoseFold (Sema &S, SourceLocation Loc, SourceRange SR) |
| virtual | ~VerifyICEDiagnoser () |
Public Attributes | |
| bool | Suppress |
Abstract base class used for diagnosing integer constant expression violations.
|
inlinevirtual |
|
virtual |
Definition at line 13132 of file SemaExpr.cpp.
References clang::Sema::Diag(), and clang::Sema::LangOpts.
Referenced by clang::Sema::VerifyIntegerConstantExpression().
|
pure virtual |
Referenced by clang::Sema::VerifyIntegerConstantExpression().
| bool clang::Sema::VerifyICEDiagnoser::Suppress |
Definition at line 9699 of file Sema.h.
Referenced by clang::Sema::VerifyIntegerConstantExpression().
1.8.6