1 #ifndef STAN_LANG_AST_VAR_ORIGIN_HPP 2 #define STAN_LANG_AST_VAR_ORIGIN_HPP const int function_argument_origin
The variable arose as a function argument to a non-void function that does not end in _lp or _rng...
const int derived_origin
The origin of the variable is ???.
const int parameter_origin
The origin of the variable is the parameter block.
const int function_argument_origin_rng
The variable arose as an argument to a non-void function with the _rng suffix.
Probability, optimization and sampling library.
const int transformed_parameter_origin
The origin of the variable is the transformed parameter block.
const int function_argument_origin_lp
The variable arose as an argument to a non-void function with the _lp suffix.
const int void_function_argument_origin_rng
The variable arose as an argument to a function returning void with an _rng suffix.
const int model_name_origin
Origin of variable is the name of the model.
int var_origin
The type of a variable indicating where a variable was declared.
const int void_function_argument_origin
The variable arose as an argument to a function returning void that does not have the _lp or _rng suf...
const int data_origin
The origin of the variable is the data block.
const int void_function_argument_origin_lp
The variable arose as an argument to a function returning void with _lp suffix.
const int local_origin
The origin of the variable is as a local variable.
const int transformed_data_origin
The origin of the variable is the transformed data block.