#include <llvmexpr/frontend/infix2postfix/AST.hpp>
Definition at line 135 of file AST.hpp.
◆ ExprStmt()
| infix2postfix::ExprStmt::ExprStmt |
( |
std::unique_ptr< Expr > | e | ) |
|
|
inlineexplicit |
Definition at line 319 of file AST.hpp.
319 :
expr(std::move(e)) {
322 }
323}
std::unique_ptr< Expr > expr
References expr, and range.
◆ expr
| std::unique_ptr<Expr> infix2postfix::ExprStmt::expr |
◆ range
| Range infix2postfix::ExprStmt::range |
The documentation for this struct was generated from the following file:
- llvmexpr/frontend/infix2postfix/AST.hpp