#include <llvmexpr/frontend/infix2postfix/AST.hpp>
Definition at line 85 of file AST.hpp.
◆ CallExpr()
| infix2postfix::CallExpr::CallExpr |
( |
Token | callee_token, |
|
|
std::vector< std::unique_ptr< Expr > > | a ) |
|
inline |
Definition at line 314 of file AST.hpp.
316 :
callee(std::move(callee_token.value)),
args(std::move(a)),
317 range(callee_token.range) {}
std::vector< std::unique_ptr< Expr > > args
References args, callee, and range.
◆ args
| std::vector<std::unique_ptr<Expr> > infix2postfix::CallExpr::args |
◆ callee
| std::string infix2postfix::CallExpr::callee |
◆ range
| Range infix2postfix::CallExpr::range |
◆ resolved_builtin
◆ resolved_def
| FunctionDef* infix2postfix::CallExpr::resolved_def = nullptr |
◆ resolved_signature
The documentation for this struct was generated from the following file:
- llvmexpr/frontend/infix2postfix/AST.hpp