clang API Documentation

Public Member Functions | Static Public Member Functions | Protected Member Functions
clang::InheritableAttr Class Reference

#include <Attr.h>

Inheritance diagram for clang::InheritableAttr:
Inheritance graph
[legend]
Collaboration diagram for clang::InheritableAttr:
Collaboration graph
[legend]

List of all members.

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)

Detailed Description

Definition at line 119 of file Attr.h.


Constructor & Destructor Documentation

clang::InheritableAttr::InheritableAttr ( attr::Kind  AK,
SourceRange  R,
unsigned  SpellingListIndex = 0 
) [inline, protected]

Definition at line 122 of file Attr.h.


Member Function Documentation

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().

Definition at line 126 of file Attr.h.

References clang::Attr::Inherited.

Referenced by mergeDeclAttribute(), and mergeParamDeclAttributes().


The documentation for this class was generated from the following files: