#include <Stmt.h>
Public Member Functions | |
BlockStmt (Location loc, DeclRegion *parent, IdentifierInfo *label=0) | |
bool | hasLabel () const |
IdentifierInfo * | getLabel () |
Static Public Member Functions | |
static bool | classof (const BlockStmt *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Definition at line 204 of file Stmt.h.
comma::BlockStmt::BlockStmt | ( | Location | loc, | |
DeclRegion * | parent, | |||
IdentifierInfo * | label = 0 | |||
) | [inline] |
static bool comma::BlockStmt::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::DeclRegion.
static bool comma::BlockStmt::classof | ( | const BlockStmt * | node | ) | [inline, static] |
Support isa and dyn_cast.
Reimplemented from comma::StmtSequence.
IdentifierInfo* comma::BlockStmt::getLabel | ( | ) | [inline] |