clang 20.0.0git
|
#include "clang/Sema/SemaM68k.h"
Public Member Functions | |
SemaM68k (Sema &S) | |
void | handleInterruptAttr (Decl *D, const ParsedAttr &AL) |
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 22 of file SemaM68k.h.
clang::SemaM68k::SemaM68k | ( | Sema & | S | ) |
Definition at line 21 of file SemaM68k.cpp.
void clang::SemaM68k::handleInterruptAttr | ( | Decl * | D, |
const ParsedAttr & | AL | ||
) |
Definition at line 23 of file SemaM68k.cpp.
References clang::AANT_ArgumentIntegerConstant, clang::ParsedAttr::checkExactlyNumArgs(), D, clang::SemaBase::Diag(), clang::ParsedAttr::getArgAsExpr(), clang::SemaBase::getASTContext(), clang::Expr::getIntegerConstantExpr(), clang::AttributeCommonInfo::getLoc(), clang::Stmt::getSourceRange(), int, clang::ParsedAttr::isArgExpr(), and clang::SemaBase::SemaRef.
Referenced by handleInterruptAttr().