#include <Decl.h>
Public Member Functions | |
void | generateImplicitDeclarations (AstResource &resource) |
const AccessType * | getType () const |
Returns the first subtype defined by this access type declaration. | |
AccessType * | getType () |
Returns the first subtype defined by this access type declaration. | |
Static Public Member Functions | |
static bool | classof (const AccessDecl *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Friends | |
class | AstResource |
Definition at line 1846 of file Decl.h.
static bool comma::AccessDecl::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::TypeDecl.
static bool comma::AccessDecl::classof | ( | const AccessDecl * | node | ) | [inline, static] |
Support isa and dyn_cast.
Reimplemented from comma::TypeDecl.
void AccessDecl::generateImplicitDeclarations | ( | AstResource & | resource | ) |
AccessType* comma::AccessDecl::getType | ( | ) | [inline] |
Returns the first subtype defined by this access type declaration.
Reimplemented from comma::TypeDecl.
const AccessType* comma::AccessDecl::getType | ( | ) | const [inline] |
Returns the first subtype defined by this access type declaration.
Reimplemented from comma::TypeDecl.
friend class AstResource [friend] |