clang API Documentation

clang::ConstructorAttr Class Reference

#include <Attr.h>

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

List of all members.

Public Member Functions

 ConstructorAttr (int p)
int getPriority () const
virtual Attrclone (ASTContext &C) const

Static Public Member Functions

static bool classof (const Attr *A)
static bool classof (const ConstructorAttr *A)

Detailed Description

Definition at line 247 of file Attr.h.


Constructor & Destructor Documentation

clang::ConstructorAttr::ConstructorAttr ( int  p  )  [inline]

Definition at line 250 of file Attr.h.

Referenced by clone().


Member Function Documentation

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

Definition at line 259 of file Attr.h.

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

Reimplemented from clang::Attr.

Definition at line 257 of file Attr.h.

References clang::Attr::getKind().

Attr * ConstructorAttr::clone ( ASTContext C  )  const [virtual]

Implements clang::Attr.

Definition at line 153 of file AttrImpl.cpp.

References ConstructorAttr().

int clang::ConstructorAttr::getPriority (  )  const [inline]

Definition at line 252 of file Attr.h.


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