Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h212 virtual bool GenerateTypeSynthClass(StringList &input, std::string &output,
217 virtual bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
/freebsd-13.1/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.cpp1497 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass() function in ScriptInterpreterPythonImpl
2184 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass() function in ScriptInterpreterPythonImpl
2188 return GenerateTypeSynthClass(input, output, name_token); in GenerateTypeSynthClass()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeCategory.cpp548 if (interpreter_ptr->GenerateTypeSynthClass(input, output, in AddTypeSynthetic()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp412 if (interpreter->GenerateTypeSynthClass(lines, class_name_str)) { in IOHandlerInputComplete()