1 #ifndef STAN_LANG_AST_NODE_ARG_DECL_HPP 2 #define STAN_LANG_AST_NODE_ARG_DECL_HPP
AST node for the type delclaration for function arguments.
Probability, optimization and sampling library.
Structure of the type of an expression, which consists of a base type and a number of dimensions...
std::string name_
Name of the argument variable.
base_var_decl base_variable_declaration() const
Return the base declaration corresponding to this argument declaration.
AST base class for variable declarations, which share most of their structure.
expr_type arg_type_
Type of the argument variable.
arg_decl()
Construct an uninitialized argument declaration.