clang 20.0.0git
|
#include "clang/Sema/SemaAVR.h"
Public Member Functions | |
SemaAVR (Sema &S) | |
void | handleInterruptAttr (Decl *D, const ParsedAttr &AL) |
void | handleSignalAttr (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 |
clang::SemaAVR::SemaAVR | ( | Sema & | S | ) |
Definition at line 21 of file SemaAVR.cpp.
void clang::SemaAVR::handleInterruptAttr | ( | Decl * | D, |
const ParsedAttr & | AL | ||
) |
Definition at line 23 of file SemaAVR.cpp.
References clang::ParsedAttr::checkExactlyNumArgs(), D, clang::SemaBase::Diag(), clang::ExpectedFunction, clang::isFuncOrMethodForAttrSubject(), clang::AttributeCommonInfo::isRegularKeywordAttribute(), and clang::SemaBase::SemaRef.
Referenced by handleInterruptAttr().
void clang::SemaAVR::handleSignalAttr | ( | Decl * | D, |
const ParsedAttr & | AL | ||
) |
Definition at line 36 of file SemaAVR.cpp.
References clang::ParsedAttr::checkExactlyNumArgs(), D, clang::SemaBase::Diag(), clang::ExpectedFunction, clang::isFuncOrMethodForAttrSubject(), clang::AttributeCommonInfo::isRegularKeywordAttribute(), and clang::SemaBase::SemaRef.
Referenced by ProcessDeclAttribute().