Searched refs:GenerateTypeSynthClass (Results 1 – 5 of 5) sorted by relevance
/freebsd/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 | 1430 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 D | ScriptInterpreter.h | 223 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 D | SBTypeCategory.cpp | 457 if (interpreter_ptr->GenerateTypeSynthClass(input, output, in AddTypeSynthetic()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectType.cpp | 434 if (interpreter->GenerateTypeSynthClass(lines, class_name_str)) { in IOHandlerInputComplete()
|