clang
3.7.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 11863 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 8526 of file Sema.h.
Referenced by clang::Sema::VerifyIntegerConstantExpression().