Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPythonImpl.h60 bool GenerateTypeSynthClass(StringList &input, std::string &output,
63 bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
H A DScriptInterpreterPython.cpp1430 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass() function in ScriptInterpreterPythonImpl
1788 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass() function in ScriptInterpreterPythonImpl
1792 return GenerateTypeSynthClass(input, output, name_token); in GenerateTypeSynthClass()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h223 virtual bool GenerateTypeSynthClass(StringList &input, std::string &output,
228 virtual bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp457 if (interpreter_ptr->GenerateTypeSynthClass(input, output, in AddTypeSynthetic()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp434 if (interpreter->GenerateTypeSynthClass(lines, class_name_str)) { in IOHandlerInputComplete()