clang API Documentation
#include <Attr.h>


Public Member Functions | |
| ConstructorAttr (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 ConstructorAttr *A) |
Definition at line 247 of file Attr.h.
| clang::ConstructorAttr::ConstructorAttr | ( | int | p | ) | [inline] |
| static bool clang::ConstructorAttr::classof | ( | const ConstructorAttr * | A | ) | [inline, static] |
| static bool clang::ConstructorAttr::classof | ( | const Attr * | A | ) | [inline, static] |
Reimplemented from clang::Attr.
Definition at line 257 of file Attr.h.
References clang::Attr::getKind().
| Attr * ConstructorAttr::clone | ( | ASTContext & | C | ) | const [virtual] |