Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h221 virtual bool GenerateTypeSynthClass(StringList &input, std::string &output,
226 virtual bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
/freebsd-14.2/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.cpp1425 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass() function in ScriptInterpreterPythonImpl
1894 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass() function in ScriptInterpreterPythonImpl
1898 return GenerateTypeSynthClass(input, output, name_token); in GenerateTypeSynthClass()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp457 if (interpreter_ptr->GenerateTypeSynthClass(input, output, in AddTypeSynthetic()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp434 if (interpreter->GenerateTypeSynthClass(lines, class_name_str)) { in IOHandlerInputComplete()