comma::NullStmt Class Reference
#include <Stmt.h>
List of all members.
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) |
Detailed Description
Definition at line 615 of file Stmt.h.
Constructor & Destructor Documentation
comma::NullStmt::NullStmt |
( |
Location |
loc |
) |
[inline] |
Constructs a null statement at the given location.
Definition at line 619 of file Stmt.h.
Member Function Documentation
static bool comma::NullStmt::classof |
( |
const Ast * |
node |
) |
[inline, static] |
static bool comma::NullStmt::classof |
( |
const NullStmt * |
node |
) |
[inline, static] |
The documentation for this class was generated from the following file: