clang API Documentation

clang::FormatArgAttr Class Reference

#include <Attr.h>

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

List of all members.

Public Member Functions

 FormatArgAttr (int idx)
int getFormatIdx () const
virtual Attrclone (ASTContext &C) const

Static Public Member Functions

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

Detailed Description

Definition at line 496 of file Attr.h.


Constructor & Destructor Documentation

clang::FormatArgAttr::FormatArgAttr ( int  idx  )  [inline]

Definition at line 499 of file Attr.h.

Referenced by clone().


Member Function Documentation

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

Definition at line 506 of file Attr.h.

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

Reimplemented from clang::Attr.

Definition at line 505 of file Attr.h.

References clang::Attr::getKind().

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

Implements clang::Attr.

Definition at line 205 of file AttrImpl.cpp.

References FormatArgAttr().

int clang::FormatArgAttr::getFormatIdx (  )  const [inline]

Definition at line 500 of file Attr.h.


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