#include <AttribDecl.h>
Public Member Functions | |
const DiscreteType * | getPrefix () const |
Specialize FunctionAttribDecl::getPrefix. | |
DiscreteType * | getPrefix () |
Specialize FunctionAttribDecl::getPrefix. | |
Static Public Member Functions | |
static bool | classof (const PosAD *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Friends | |
class | IntegerDecl |
class | EnumerationDecl |
This node represents the Pos attribute as applied to a discrete subtype prefix.
Definition at line 83 of file AttribDecl.h.
static bool comma::PosAD::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::FunctionAttribDecl.
Definition at line 98 of file AttribDecl.h.
static bool comma::PosAD::classof | ( | const PosAD * | node | ) | [inline, static] |
Support isa and dyn_cast.
Reimplemented from comma::FunctionAttribDecl.
Definition at line 97 of file AttribDecl.h.
DiscreteType* comma::PosAD::getPrefix | ( | ) | [inline] |
Specialize FunctionAttribDecl::getPrefix.
Reimplemented from comma::FunctionAttribDecl.
Definition at line 91 of file AttribDecl.h.
const DiscreteType* comma::PosAD::getPrefix | ( | ) | const [inline] |
Specialize FunctionAttribDecl::getPrefix.
Reimplemented from comma::FunctionAttribDecl.
Definition at line 88 of file AttribDecl.h.
friend class EnumerationDecl [friend] |
Definition at line 109 of file AttribDecl.h.
friend class IntegerDecl [friend] |
Definition at line 108 of file AttribDecl.h.