class MSP430InterruptAttr

Declaration

class MSP430InterruptAttr : public InheritableAttr { /* full declaration omitted */ };

Description

Attr - This represents one attribute.

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5481

Inherits from: InheritableAttr

Member Variables

private unsigned int number

Inherited from Attr:

protected Inherited
protected IsPackExpansion
protected Implicit
protected IsLateParsed
protected InheritEvenIfAlreadyPresent

Inherited from AttributeCommonInfo:

protected static SpellingNotCalculated = 15

Method Overview

  • public static clang::MSP430InterruptAttr * Create(clang::ASTContext & Ctx, unsigned int Number, const clang::AttributeCommonInfo & CommonInfo)
  • public static clang::MSP430InterruptAttr * Create(clang::ASTContext & Ctx, unsigned int Number, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax)
  • public static clang::MSP430InterruptAttr * CreateImplicit(clang::ASTContext & Ctx, unsigned int Number, const clang::AttributeCommonInfo & CommonInfo = {clang::SourceRange{}})
  • public static clang::MSP430InterruptAttr * CreateImplicit(clang::ASTContext & Ctx, unsigned int Number, clang::SourceRange Range, AttributeCommonInfo::Syntax Syntax)
  • public MSP430InterruptAttr(clang::ASTContext & Ctx, const clang::AttributeCommonInfo & CommonInfo, unsigned int Number)
  • public static bool classof(const clang::Attr * A)
  • public clang::MSP430InterruptAttr * clone(clang::ASTContext & C) const
  • public unsigned int getNumber() const
  • public const char * getSpelling() const
  • public void printPretty(llvm::raw_ostream & OS, const clang::PrintingPolicy & Policy) const

Inherited from InheritableAttr:

Inherited from Attr:

Inherited from AttributeCommonInfo:

Methods

static clang::MSP430InterruptAttr* Create(
    clang::ASTContext& Ctx,
    unsigned int Number,
    const clang::AttributeCommonInfo& CommonInfo)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5495

Parameters

clang::ASTContext& Ctx
unsigned int Number
const clang::AttributeCommonInfo& CommonInfo

static clang::MSP430InterruptAttr* Create(
    clang::ASTContext& Ctx,
    unsigned int Number,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5497

Parameters

clang::ASTContext& Ctx
unsigned int Number
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

static clang::MSP430InterruptAttr* CreateImplicit(
    clang::ASTContext& Ctx,
    unsigned int Number,
    const clang::AttributeCommonInfo& CommonInfo =
        {clang::SourceRange{}})

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5494

Parameters

clang::ASTContext& Ctx
unsigned int Number
const clang::AttributeCommonInfo& CommonInfo = {clang::SourceRange{}}

static clang::MSP430InterruptAttr* CreateImplicit(
    clang::ASTContext& Ctx,
    unsigned int Number,
    clang::SourceRange Range,
    AttributeCommonInfo::Syntax Syntax)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5496

Parameters

clang::ASTContext& Ctx
unsigned int Number
clang::SourceRange Range
AttributeCommonInfo::Syntax Syntax

MSP430InterruptAttr(
    clang::ASTContext& Ctx,
    const clang::AttributeCommonInfo& CommonInfo,
    unsigned int Number)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5500

Parameters

clang::ASTContext& Ctx
const clang::AttributeCommonInfo& CommonInfo
unsigned int Number

static bool classof(const clang::Attr* A)

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5514

Parameters

const clang::Attr* A

clang::MSP430InterruptAttr* clone(
    clang::ASTContext& C) const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5504

Parameters

clang::ASTContext& C

unsigned int getNumber() const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5508

const char* getSpelling() const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5507

void printPretty(
    llvm::raw_ostream& OS,
    const clang::PrintingPolicy& Policy) const

Declared at: build/tools/clang/include/clang/AST/Attrs.inc:5505

Parameters

llvm::raw_ostream& OS
const clang::PrintingPolicy& Policy