Home
last modified time | relevance | path

Searched refs:interpreter_ptr (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/llvm/tools/lldb/source/API/
HDSBTypeCategory.cpp368 … ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSummary() local
369 if (interpreter_ptr) in AddTypeSummary()
372 … if (interpreter_ptr->GenerateTypeScriptFunction(input, output, name_token) && !output.empty()) in AddTypeSummary()
476 … ScriptInterpreter* interpreter_ptr = debugger_sp->GetCommandInterpreter().GetScriptInterpreter(); in AddTypeSynthetic() local
477 if (interpreter_ptr) in AddTypeSynthetic()
480 … if (interpreter_ptr->GenerateTypeSynthClass(input, output, name_token) && !output.empty()) in AddTypeSynthetic()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBCommandInterpreter.h123 …SBCommandInterpreter (lldb_private::CommandInterpreter *interpreter_ptr = NULL); // Access using…