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 <Expr.h>
Public Member Functions | |
ConversionExpr (Expr *operand, Type *target, Location loc=0) | |
const Expr * | getOperand () const |
Returns the expression to be converted. | |
Expr * | getOperand () |
Static Public Member Functions | |
static bool | classof (const ConversionExpr *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Definition at line 743 of file Expr.h.
static bool comma::ConversionExpr::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::Expr.
static bool comma::ConversionExpr::classof | ( | const ConversionExpr * | node | ) | [inline, static] |
const Expr* comma::ConversionExpr::getOperand | ( | ) | const [inline] |