clang API Documentation

clang::CleanupAttr Class Reference

#include <Attr.h>

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

List of all members.

Public Member Functions

 CleanupAttr (FunctionDecl *fd)
const FunctionDeclgetFunctionDecl () const
virtual Attrclone (ASTContext &C) const

Static Public Member Functions

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

Detailed Description

Definition at line 593 of file Attr.h.


Constructor & Destructor Documentation

clang::CleanupAttr::CleanupAttr ( FunctionDecl fd  )  [inline]

Definition at line 597 of file Attr.h.

Referenced by clone().


Member Function Documentation

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

Definition at line 605 of file Attr.h.

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

Reimplemented from clang::Attr.

Definition at line 604 of file Attr.h.

References clang::Attr::getKind().

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

Implements clang::Attr.

Definition at line 225 of file AttrImpl.cpp.

References CleanupAttr().

const FunctionDecl* clang::CleanupAttr::getFunctionDecl (  )  const [inline]

Definition at line 599 of file Attr.h.


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