#include <Expr.h>
Public Member Functions | |
DiamondExpr (Location loc, Type *type=0) | |
Static Public Member Functions | |
static bool | classof (const DiamondExpr *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Definition at line 852 of file Expr.h.
static bool comma::DiamondExpr::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::Expr.
static bool comma::DiamondExpr::classof | ( | const DiamondExpr * | node | ) | [inline, static] |