Searched refs:GenerateTypeSynthClass (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 219 virtual bool GenerateTypeSynthClass(StringList &input, std::string &output, 224 virtual bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
|
| /openbsd-src/gnu/llvm/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 | 1387 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass() function in ScriptInterpreterPythonImpl 1960 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass() function in ScriptInterpreterPythonImpl 1964 return GenerateTypeSynthClass(input, output, name_token); in GenerateTypeSynthClass()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBTypeCategory.cpp | 457 if (interpreter_ptr->GenerateTypeSynthClass(input, output, in AddTypeSynthetic()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 422 if (interpreter->GenerateTypeSynthClass(lines, class_name_str)) { in IOHandlerInputComplete()
|