clang API Documentation
#include <Attr.h>


Public Member Functions | |
| void | setInherited (bool I) |
Static Public Member Functions | |
| static bool | classof (const Attr *A) |
| static bool | classof (const InheritableAttr *) |
Protected Member Functions | |
| InheritableAttr (attr::Kind AK, SourceRange R) | |
| clang::InheritableAttr::InheritableAttr | ( | attr::Kind | AK, |
| SourceRange | R | ||
| ) | [inline, protected] |
| static bool clang::InheritableAttr::classof | ( | const Attr * | A | ) | [inline, static] |
Reimplemented from clang::Attr.
Reimplemented in clang::InheritableParamAttr.
Definition at line 124 of file Attr.h.
References clang::Attr::getKind().
| static bool clang::InheritableAttr::classof | ( | const InheritableAttr * | ) | [inline, static] |
| void clang::InheritableAttr::setInherited | ( | bool | I | ) | [inline] |
Definition at line 121 of file Attr.h.
References clang::Attr::Inherited.
Referenced by clang::Sema::mergeDeclAttribute(), and mergeParamDeclAttributes().