Lines Matching defs:var_ref
1665 int64_t var_ref = 0;
1667 var_ref = dap.variables.InsertVariable(
1670 body.try_emplace("variablesReference", var_ref);
1677 body.try_emplace("valueLocationReference", var_ref);
4042 int64_t var_ref =
4045 variable, var_ref, hex, dap.enable_auto_variable_summaries,
4060 int64_t var_ref = dap.variables.InsertVariable(child, is_permanent);
4062 child, var_ref, hex, dap.enable_auto_variable_summaries,
4172 auto [var_ref, is_value_location] = UnpackLocation(location_id);
4173 lldb::SBValue variable = dap.variables.GetVariable(var_ref);