clang API Documentation

clang::BlocksAttr Class Reference

#include <Attr.h>

Inheritance diagram for clang::BlocksAttr:
Inheritance graph
[legend]
Collaboration diagram for clang::BlocksAttr:
Collaboration graph
[legend]

List of all members.

Public Types

enum  BlocksAttrTypes { ByRef = 0 }

Public Member Functions

 BlocksAttr (BlocksAttrTypes t)
BlocksAttrTypes getType () const
virtual Attrclone (ASTContext &C) const

Static Public Member Functions

static bool classof (const Attr *A)
static bool classof (const BlocksAttr *A)

Detailed Description

Definition at line 572 of file Attr.h.


Member Enumeration Documentation

Enumerator:
ByRef 

Definition at line 574 of file Attr.h.


Constructor & Destructor Documentation

clang::BlocksAttr::BlocksAttr ( BlocksAttrTypes  t  )  [inline]

Definition at line 580 of file Attr.h.

Referenced by clone().


Member Function Documentation

static bool clang::BlocksAttr::classof ( const BlocksAttr A  )  [inline, static]

Definition at line 588 of file Attr.h.

static bool clang::BlocksAttr::classof ( const Attr A  )  [inline, static]

Reimplemented from clang::Attr.

Definition at line 587 of file Attr.h.

References clang::Attr::getKind().

Attr * BlocksAttr::clone ( ASTContext C  )  const [virtual]

Implements clang::Attr.

Definition at line 221 of file AttrImpl.cpp.

References BlocksAttr().

BlocksAttrTypes clang::BlocksAttr::getType (  )  const [inline]

Definition at line 582 of file Attr.h.


The documentation for this class was generated from the following files: