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)
static bool classof (const InheritableAttr *)

Protected Member Functions

 InheritableAttr (attr::Kind AK, SourceRange R)

Detailed Description

Definition at line 114 of file Attr.h.


Constructor & Destructor Documentation

clang::InheritableAttr::InheritableAttr ( attr::Kind  AK,
SourceRange  R 
) [inline, protected]

Definition at line 117 of file Attr.h.


Member Function Documentation

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]

Definition at line 127 of file Attr.h.

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


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