Home
last modified time | relevance | path

Searched refs:GenerateTypeScriptFunction (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h198 virtual bool GenerateTypeScriptFunction(const char *oneliner,
204 virtual bool GenerateTypeScriptFunction(StringList &input,
/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h57 bool GenerateTypeScriptFunction(StringList &input, std::string &output,
67 bool GenerateTypeScriptFunction(const char *oneliner, std::string &output,
H A DScriptInterpreterPython.cpp1334 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPythonImpl
2042 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPythonImpl
2046 return GenerateTypeScriptFunction(input, output, name_token); in GenerateTypeScriptFunction()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeCategory.cpp404 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, in AddTypeSummary()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp182 if (interpreter->GenerateTypeScriptFunction(lines, in IOHandlerInputComplete()
1304 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()