clang API Documentation

clang::AsmLabelAttr Class Reference

#include <Attr.h>

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

List of all members.

Public Member Functions

 AsmLabelAttr (ASTContext &C, llvm::StringRef L)
llvm::StringRef getLabel () const
virtual Attrclone (ASTContext &C) const

Static Public Member Functions

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

Detailed Description

Definition at line 215 of file Attr.h.


Constructor & Destructor Documentation

clang::AsmLabelAttr::AsmLabelAttr ( ASTContext C,
llvm::StringRef  L 
) [inline]

Definition at line 217 of file Attr.h.

Referenced by clone().


Member Function Documentation

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

Definition at line 228 of file Attr.h.

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]

Definition at line 220 of file Attr.h.

Referenced by clone().


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