Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp1377 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPythonImpl
1781 bool ScriptInterpreterPythonImpl::GenerateTypeScriptFunction( in GenerateTypeScriptFunction() function in ScriptInterpreterPythonImpl
1785 return GenerateTypeScriptFunction(input, output, name_token); in GenerateTypeScriptFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h206 virtual bool GenerateTypeScriptFunction(const char *oneliner,
212 virtual bool GenerateTypeScriptFunction(StringList &input,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp365 if (interpreter_ptr->GenerateTypeScriptFunction(input, output, in AddTypeSummary()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp197 if (interpreter->GenerateTypeScriptFunction(lines, in IOHandlerInputComplete()
1281 if (!interpreter->GenerateTypeScriptFunction(funct_sl, funct_name_str)) { in Execute_ScriptSummary()