clang API Documentation
#include <Attr.h>


Public Member Functions | |
| SectionAttr (ASTContext &C, llvm::StringRef N) | |
| llvm::StringRef | getName () const |
| virtual Attr * | clone (ASTContext &C) const |
Static Public Member Functions | |
| static bool | classof (const Attr *A) |
| static bool | classof (const SectionAttr *A) |
Definition at line 327 of file Attr.h.
| clang::SectionAttr::SectionAttr | ( | ASTContext & | C, | |
| llvm::StringRef | N | |||
| ) | [inline] |
| static bool clang::SectionAttr::classof | ( | const SectionAttr * | A | ) | [inline, static] |
| static bool clang::SectionAttr::classof | ( | const Attr * | A | ) | [inline, static] |
Reimplemented from clang::Attr.
Definition at line 337 of file Attr.h.
References clang::Attr::getKind().
| Attr * SectionAttr::clone | ( | ASTContext & | C | ) | const [virtual] |
Implements clang::Attr.
Definition at line 177 of file AttrImpl.cpp.
| llvm::StringRef clang::SectionAttr::getName | ( | ) | const [inline] |