|
clang 22.0.0git
|
#include "clang/Sema/SemaSystemZ.h"
Public Member Functions | |
| SemaSystemZ (Sema &S) | |
| bool | CheckSystemZBuiltinFunctionCall (unsigned BuiltinID, CallExpr *TheCall) |
| Public Member Functions inherited from clang::SemaBase | |
| SemaBase (Sema &S) | |
| ASTContext & | getASTContext () const |
| DiagnosticsEngine & | getDiagnostics () const |
| const LangOptions & | getLangOpts () const |
| DeclContext * | getCurContext () const |
| SemaDiagnosticBuilder | Diag (SourceLocation Loc, unsigned DiagID) |
| Emit a diagnostic. | |
| SemaDiagnosticBuilder | Diag (SourceLocation Loc, const PartialDiagnostic &PD) |
| Emit a partial diagnostic. | |
| SemaDiagnosticBuilder | DiagCompat (SourceLocation Loc, unsigned CompatDiagId) |
| Emit a compatibility diagnostic. | |
| PartialDiagnostic | PDiag (unsigned DiagID=0) |
| Build a partial diagnostic. | |
Additional Inherited Members | |
| Public Attributes inherited from clang::SemaBase | |
| Sema & | SemaRef |
Definition at line 20 of file SemaSystemZ.h.
| clang::SemaSystemZ::SemaSystemZ | ( | Sema & | S | ) |
Definition at line 22 of file SemaSystemZ.cpp.
References clang::SemaBase::SemaBase().
Definition at line 24 of file SemaSystemZ.cpp.
References clang::SemaBase::Diag(), clang::CallExpr::getArg(), clang::SemaBase::getASTContext(), clang::Stmt::getBeginLoc(), clang::Expr::getIntegerConstantExpr(), clang::Stmt::getSourceRange(), and clang::SemaBase::SemaRef.