clang 20.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 |
SemaDiagnosticBuilder | Diag (SourceLocation Loc, unsigned DiagID, bool DeferHint=false) |
Emit a diagnostic. | |
SemaDiagnosticBuilder | Diag (SourceLocation Loc, const PartialDiagnostic &PD, bool DeferHint=false) |
Emit a partial 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.
Definition at line 24 of file SemaSystemZ.cpp.
References clang::Sema::BuiltinConstantArgRange(), clang::SemaBase::Diag(), clang::CallExpr::getArg(), clang::SemaBase::getASTContext(), clang::Stmt::getBeginLoc(), clang::Expr::getIntegerConstantExpr(), clang::Stmt::getSourceRange(), and clang::SemaBase::SemaRef.