Stmt struct
Public variables
- StmtKind Kind
-
SmallVector<std::
unique_ptr<Stmt>, 0> Body - TyRef DeclType
- bool DeclConst
-
std::
int32_t DeclArraySize - String DeclName
- ExprPtr Init
-
SmallVector<std::
pair<String, ExprPtr>, 0> ExtraDecls - ExprPtr E
- ExprPtr Cond
-
std::
unique_ptr<Stmt> Then -
std::
unique_ptr<Stmt> Else -
std::
unique_ptr<Stmt> ForInit - ExprPtr ForCond
- ExprPtr ForUpdate
-
std::
unique_ptr<Stmt> ForBody