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 | |
NullStmt (Location loc) | |
Constructs a null statement at the given location. | |
Static Public Member Functions | |
static bool | classof (const NullStmt *node) |
Support isa and dyn_cast. | |
static bool | classof (const Ast *node) |
Definition at line 615 of file Stmt.h.
comma::NullStmt::NullStmt | ( | Location | loc | ) | [inline] |
static bool comma::NullStmt::classof | ( | const Ast * | node | ) | [inline, static] |
Reimplemented from comma::Stmt.
static bool comma::NullStmt::classof | ( | const NullStmt * | node | ) | [inline, static] |