clang API Documentation

clang::OverloadableAttr Class Reference

#include <Attr.h>

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

List of all members.

Public Member Functions

 OverloadableAttr ()
virtual bool isMerged () const
 Whether this attribute should be merged to new declarations.
virtual Attrclone (ASTContext &C) const

Static Public Member Functions

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

Detailed Description

Definition at line 559 of file Attr.h.


Constructor & Destructor Documentation

clang::OverloadableAttr::OverloadableAttr (  )  [inline]

Definition at line 561 of file Attr.h.


Member Function Documentation

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

Definition at line 569 of file Attr.h.

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

Reimplemented from clang::Attr.

Definition at line 567 of file Attr.h.

References clang::Attr::getKind().

Attr * OverloadableAttr::clone ( ASTContext C  )  const [virtual]

Implements clang::Attr.

Definition at line 217 of file AttrImpl.cpp.

virtual bool clang::OverloadableAttr::isMerged (  )  const [inline, virtual]

Whether this attribute should be merged to new declarations.

Reimplemented from clang::Attr.

Definition at line 563 of file Attr.h.


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