Searched refs:InsertExpandableVariable (Results 1 – 3 of 3) sorted by relevance
117 int64_t InsertExpandableVariable(lldb::SBValue variable, bool is_permanent);
1252 auto variableReference = g_vsc.variables.InsertExpandableVariable( in request_evaluate()2837 newVariablesReference = g_vsc.variables.InsertExpandableVariable( in request_setVariable()3011 var_ref = g_vsc.variables.InsertExpandableVariable( in request_variables()3033 g_vsc.variables.InsertExpandableVariable(child, is_permanent); in request_variables()
601 int64_t Variables::InsertExpandableVariable(lldb::SBValue variable, in InsertExpandableVariable() function in lldb_vscode::Variables