clang API Documentation
#include <Attr.h>


Public Member Functions | |
| IBOutletAttr () | |
| virtual Attr * | clone (ASTContext &C) const |
Static Public Member Functions | |
| static bool | classof (const Attr *A) |
| static bool | classof (const IBOutletAttr *A) |
Definition at line 277 of file Attr.h.
| static bool clang::IBOutletAttr::classof | ( | const IBOutletAttr * | A | ) | [inline, static] |
| static bool clang::IBOutletAttr::classof | ( | const Attr * | A | ) | [inline, static] |
Reimplemented from clang::Attr.
Definition at line 284 of file Attr.h.
References clang::Attr::getKind().
| Attr * IBOutletAttr::clone | ( | ASTContext & | C | ) | const [virtual] |
Implements clang::Attr.
Definition at line 161 of file AttrImpl.cpp.