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

Protected Member Functions

 InheritableParamAttr (attr::Kind AK, SourceRange R)

Detailed Description

Definition at line 130 of file Attr.h.


Constructor & Destructor Documentation

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

Definition at line 133 of file Attr.h.


Member Function Documentation

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

Reimplemented from clang::InheritableAttr.

Definition at line 138 of file Attr.h.

References clang::Attr::getKind().

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

Definition at line 141 of file Attr.h.


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