Searched refs:interpreter_ptr (Results 1 – 2 of 2) sorted by relevance
361 … ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSummary() local362 if (interpreter_ptr) in AddTypeSummary()365 … if (interpreter_ptr->GenerateTypeScriptFunction(input, output, name_token) && !output.empty()) in AddTypeSummary()469 … ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSynthetic() local470 if (interpreter_ptr) in AddTypeSynthetic()473 … if (interpreter_ptr->GenerateTypeSynthClass(input, output, name_token) && !output.empty()) in AddTypeSynthetic()
123 …SBCommandInterpreter (lldb_private::CommandInterpreter *interpreter_ptr = NULL); // Access using…