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 !
#include <Stmt.h>
Public Member Functions | |
ReturnStmt (Location loc, Expr *expr=0) | |
~ReturnStmt () | |
bool | hasReturnExpr () const |
const Expr * | getReturnExpr () const |
Expr * | getReturnExpr () |
Static Public Member Functions | |
static bool | classof (const ReturnStmt *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Definition at line 267 of file Stmt.h.
static bool comma::ReturnStmt::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::Stmt.
static bool comma::ReturnStmt::classof | ( | const ReturnStmt * | node | ) | [inline, static] |
const Expr* comma::ReturnStmt::getReturnExpr | ( | ) | const [inline] |