clang API Documentation
#include <Attr.h>


Public Member Functions | |
| AsmLabelAttr (ASTContext &C, llvm::StringRef L) | |
| llvm::StringRef | getLabel () const |
| virtual Attr * | clone (ASTContext &C) const |
Static Public Member Functions | |
| static bool | classof (const Attr *A) |
| static bool | classof (const AsmLabelAttr *A) |
Definition at line 215 of file Attr.h.
| clang::AsmLabelAttr::AsmLabelAttr | ( | ASTContext & | C, | |
| llvm::StringRef | L | |||
| ) | [inline] |
| static bool clang::AsmLabelAttr::classof | ( | const AsmLabelAttr * | A | ) | [inline, static] |
| static bool clang::AsmLabelAttr::classof | ( | const Attr * | A | ) | [inline, static] |
Reimplemented from clang::Attr.
Definition at line 225 of file Attr.h.
References clang::Attr::getKind().
| Attr * AsmLabelAttr::clone | ( | ASTContext & | C | ) | const [virtual] |
Implements clang::Attr.
Definition at line 145 of file AttrImpl.cpp.
References AsmLabelAttr(), and getLabel().
| llvm::StringRef clang::AsmLabelAttr::getLabel | ( | ) | const [inline] |