clang API Documentation

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

#include <Attr.h>

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

List of all members.

Static Public Member Functions

static bool classof (const Attr *A)

Protected Member Functions

 InheritableParamAttr (attr::Kind AK, SourceRange R, unsigned SpellingListIndex=0)

Detailed Description

Definition at line 134 of file Attr.h.


Constructor & Destructor Documentation

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

Definition at line 137 of file Attr.h.


Member Function Documentation

static bool clang::InheritableParamAttr::classof ( const Attr A) [inline, static]

Reimplemented from clang::InheritableAttr.

Definition at line 143 of file Attr.h.

References clang::Attr::getKind().


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