|
VapourSynth-llvmexpr
|
#include <llvmexpr/frontend/infix2postfix/AST.hpp>

Public Member Functions | |
| WhileStmt (std::unique_ptr< Expr > c, std::unique_ptr< Stmt > b) | |
Public Attributes | |
| std::unique_ptr< Expr > | condition |
| std::unique_ptr< Stmt > | body |
| Range | range |
| std::unique_ptr<Stmt> infix2postfix::WhileStmt::body |
Definition at line 178 of file AST.hpp.
Referenced by WhileStmt().
| std::unique_ptr<Expr> infix2postfix::WhileStmt::condition |
Definition at line 177 of file AST.hpp.
Referenced by WhileStmt().
| Range infix2postfix::WhileStmt::range |
Definition at line 179 of file AST.hpp.
Referenced by WhileStmt().