clang API Documentation
#include <Attr.h>


Public Member Functions | |
| DestructorAttr (int p) | |
| int | getPriority () const |
| virtual Attr * | clone (ASTContext &C) const |
Static Public Member Functions | |
| static bool | classof (const Attr *A) |
| static bool | classof (const DestructorAttr *A) |
Definition at line 262 of file Attr.h.
| clang::DestructorAttr::DestructorAttr | ( | int | p | ) | [inline] |
| static bool clang::DestructorAttr::classof | ( | const DestructorAttr * | A | ) | [inline, static] |
| static bool clang::DestructorAttr::classof | ( | const Attr * | A | ) | [inline, static] |
Reimplemented from clang::Attr.
Definition at line 272 of file Attr.h.
References clang::Attr::getKind().
| Attr * DestructorAttr::clone | ( | ASTContext & | C | ) | const [virtual] |