clang API Documentation
#include <Attr.h>


Public Member Functions | |
| FormatArgAttr (int idx) | |
| int | getFormatIdx () const |
| virtual Attr * | clone (ASTContext &C) const |
Static Public Member Functions | |
| static bool | classof (const Attr *A) |
| static bool | classof (const FormatArgAttr *A) |
Definition at line 496 of file Attr.h.
| clang::FormatArgAttr::FormatArgAttr | ( | int | idx | ) | [inline] |
| static bool clang::FormatArgAttr::classof | ( | const FormatArgAttr * | A | ) | [inline, static] |
| 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] |