Searched refs:GenerateTypeSynthClass (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 212 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 D | ScriptInterpreterPythonImpl.h | 60 bool GenerateTypeSynthClass(StringList &input, std::string &output, 63 bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
|
| H A D | ScriptInterpreterPython.cpp | 1497 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 D | SBTypeCategory.cpp | 548 if (interpreter_ptr->GenerateTypeSynthClass(input, output, in AddTypeSynthetic()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 412 if (interpreter->GenerateTypeSynthClass(lines, class_name_str)) { in IOHandlerInputComplete()
|