clang API Documentation

clang::SectionAttr Class Reference

#include <Attr.h>

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

List of all members.

Public Member Functions

 SectionAttr (ASTContext &C, llvm::StringRef N)
llvm::StringRef getName () const
virtual Attrclone (ASTContext &C) const

Static Public Member Functions

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

Detailed Description

Definition at line 327 of file Attr.h.


Constructor & Destructor Documentation

clang::SectionAttr::SectionAttr ( ASTContext C,
llvm::StringRef  N 
) [inline]

Definition at line 329 of file Attr.h.


Member Function Documentation

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

Definition at line 340 of file Attr.h.

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]

Definition at line 332 of file Attr.h.


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