clang API Documentation

clang::PragmaPackAttr Class Reference

#include <Attr.h>

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

List of all members.

Public Member Functions

 PragmaPackAttr (unsigned alignment)
unsigned getAlignment () const
 getAlignment - The specified alignment in bits.
virtual Attrclone (ASTContext &C) const

Static Public Member Functions

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

Detailed Description

Definition at line 189 of file Attr.h.


Constructor & Destructor Documentation

clang::PragmaPackAttr::PragmaPackAttr ( unsigned  alignment  )  [inline]

Definition at line 193 of file Attr.h.


Member Function Documentation

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

Definition at line 204 of file Attr.h.

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

Reimplemented from clang::Attr.

Definition at line 201 of file Attr.h.

References clang::Attr::getKind().

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

Implements clang::Attr.

Definition at line 114 of file AttrImpl.cpp.

unsigned clang::PragmaPackAttr::getAlignment (  )  const [inline]

getAlignment - The specified alignment in bits.

Definition at line 196 of file Attr.h.


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