clang API Documentation
#include <Attr.h>


Public Member Functions | |
| AnnotateAttr (ASTContext &C, llvm::StringRef ann) | |
| llvm::StringRef | getAnnotation () const |
| virtual Attr * | clone (ASTContext &C) const |
Static Public Member Functions | |
| static bool | classof (const Attr *A) |
| static bool | classof (const AnnotateAttr *A) |
Definition at line 199 of file Attr.h.
| clang::AnnotateAttr::AnnotateAttr | ( | ASTContext & | C, | |
| llvm::StringRef | ann | |||
| ) | [inline] |
| static bool clang::AnnotateAttr::classof | ( | const AnnotateAttr * | A | ) | [inline, static] |
| static bool clang::AnnotateAttr::classof | ( | const Attr * | A | ) | [inline, static] |
Reimplemented from clang::Attr.
Definition at line 209 of file Attr.h.
References clang::Attr::getKind().
| Attr * AnnotateAttr::clone | ( | ASTContext & | C | ) | const [virtual] |
Implements clang::Attr.
Definition at line 141 of file AttrImpl.cpp.
References AnnotateAttr(), and getAnnotation().
| llvm::StringRef clang::AnnotateAttr::getAnnotation | ( | ) | const [inline] |
Definition at line 204 of file Attr.h.
Referenced by clone(), and clang::CodeGen::CodeGenModule::EmitAnnotateAttr().