clang API Documentation
#include <Attr.h>
Public Member Functions | |
void | setInherited (bool I) |
Static Public Member Functions | |
static bool | classof (const Attr *A) |
Protected Member Functions | |
InheritableAttr (attr::Kind AK, SourceRange R, unsigned SpellingListIndex=0) |
clang::InheritableAttr::InheritableAttr | ( | attr::Kind | AK, |
SourceRange | R, | ||
unsigned | SpellingListIndex = 0 |
||
) | [inline, protected] |
static bool clang::InheritableAttr::classof | ( | const Attr * | A | ) | [inline, static] |
Reimplemented in clang::InheritableParamAttr.
Definition at line 129 of file Attr.h.
References clang::Attr::getKind().
void clang::InheritableAttr::setInherited | ( | bool | I | ) | [inline] |
Definition at line 126 of file Attr.h.
References clang::Attr::Inherited.
Referenced by mergeDeclAttribute(), and mergeParamDeclAttributes().