1 #ifndef STAN_LANG_AST_NODE_FUNCTION_DECL_DEFS_HPP 2 #define STAN_LANG_AST_NODE_FUNCTION_DECL_DEFS_HPP 25 const std::vector<function_decl_def>& decl_defs);
Probability, optimization and sampling library.
AST node for a sequence of function declarations and definitions.
std::vector< function_decl_def > decl_defs_
Sequence of declarations and definitions.
function_decl_defs()
Construct an empty sequence of declarations and definitions.