clang API Documentation
#include <Attr.h>


Public Types | |
| enum | BlocksAttrTypes { ByRef = 0 } |
Public Member Functions | |
| BlocksAttr (BlocksAttrTypes t) | |
| BlocksAttrTypes | getType () const |
| virtual Attr * | clone (ASTContext &C) const |
Static Public Member Functions | |
| static bool | classof (const Attr *A) |
| static bool | classof (const BlocksAttr *A) |
Definition at line 572 of file Attr.h.
| clang::BlocksAttr::BlocksAttr | ( | BlocksAttrTypes | t | ) | [inline] |
| static bool clang::BlocksAttr::classof | ( | const BlocksAttr * | A | ) | [inline, static] |
| 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] |
| BlocksAttrTypes clang::BlocksAttr::getType | ( | ) | const [inline] |