Inferno
0.2
|
Represents a statement as found inside a function body. More...
#include <cpptree.hpp>
Represents a statement as found inside a function body.
Basically anything that ends with a ; inside a function body, as well as labels (which we consider as statements in their own right).
Definition at line 44 of file cpptree.hpp.