clang API Documentation
#include <Attr.h>


Public Member Functions | |
| CleanupAttr (FunctionDecl *fd) | |
| const FunctionDecl * | getFunctionDecl () const |
| virtual Attr * | clone (ASTContext &C) const |
Static Public Member Functions | |
| static bool | classof (const Attr *A) |
| static bool | classof (const CleanupAttr *A) |
Definition at line 593 of file Attr.h.
| clang::CleanupAttr::CleanupAttr | ( | FunctionDecl * | fd | ) | [inline] |
| static bool clang::CleanupAttr::classof | ( | const CleanupAttr * | A | ) | [inline, static] |
| static bool clang::CleanupAttr::classof | ( | const Attr * | A | ) | [inline, static] |
Reimplemented from clang::Attr.
Definition at line 604 of file Attr.h.
References clang::Attr::getKind().
| Attr * CleanupAttr::clone | ( | ASTContext & | C | ) | const [virtual] |
| const FunctionDecl* clang::CleanupAttr::getFunctionDecl | ( | ) | const [inline] |