clang API Documentation
#include <Attr.h>


Public Member Functions | |
| OverloadableAttr () | |
| virtual bool | isMerged () const |
| Whether this attribute should be merged to new declarations. | |
| virtual Attr * | clone (ASTContext &C) const |
Static Public Member Functions | |
| static bool | classof (const Attr *A) |
| static bool | classof (const OverloadableAttr *) |
Definition at line 559 of file Attr.h.
| static bool clang::OverloadableAttr::classof | ( | const OverloadableAttr * | ) | [inline, static] |
| static bool clang::OverloadableAttr::classof | ( | const Attr * | A | ) | [inline, static] |
Reimplemented from clang::Attr.
Definition at line 567 of file Attr.h.
References clang::Attr::getKind().
| Attr * OverloadableAttr::clone | ( | ASTContext & | C | ) | const [virtual] |
Implements clang::Attr.
Definition at line 217 of file AttrImpl.cpp.
| virtual bool clang::OverloadableAttr::isMerged | ( | ) | const [inline, virtual] |
Whether this attribute should be merged to new declarations.
Reimplemented from clang::Attr.