This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
This class represents the simple "loop" statement. More...
#include <Stmt.h>
Public Member Functions | |
LoopStmt (Location loc, StmtSequence *body) | |
const StmtSequence * | getBody () const |
Returns the body of this loop. | |
StmtSequence * | getBody () |
Returns the body of this loop. | |
Static Public Member Functions | |
static bool | classof (const LoopStmt *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
This class represents the simple "loop" statement.
Definition at line 511 of file Stmt.h.
comma::LoopStmt::LoopStmt | ( | Location | loc, | |
StmtSequence * | body | |||
) | [inline] |
static bool comma::LoopStmt::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::Stmt.
static bool comma::LoopStmt::classof | ( | const LoopStmt * | node | ) | [inline, static] |
StmtSequence* comma::LoopStmt::getBody | ( | ) | [inline] |
const StmtSequence* comma::LoopStmt::getBody | ( | ) | const [inline] |