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