|
clang
3.8.0
|
Abstract base class used for diagnosing integer constant expression violations. More...
#include <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 12267 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 8713 of file Sema.h.
Referenced by clang::Sema::VerifyIntegerConstantExpression().
1.8.6