Searched refs:GenerateTypeSynthClass (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | ScriptInterpreter.h | 151 virtual bool GenerateTypeSynthClass(StringList &input, std::string &output, 156 virtual bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.h | 185 bool GenerateTypeSynthClass(StringList &input, std::string &output, 188 bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
|
| H A D | ScriptInterpreterPython.cpp | 1465 bool ScriptInterpreterPython::GenerateTypeSynthClass(StringList &user_input, in GenerateTypeSynthClass() function in ScriptInterpreterPython 2126 bool ScriptInterpreterPython::GenerateTypeSynthClass(const char *oneliner, in GenerateTypeSynthClass() function in ScriptInterpreterPython 2131 return GenerateTypeSynthClass(input, output, name_token); in GenerateTypeSynthClass()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTypeCategory.cpp | 474 if (interpreter_ptr->GenerateTypeSynthClass(input, output, in AddTypeSynthetic()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectType.cpp | 443 if (interpreter->GenerateTypeSynthClass(lines, class_name_str)) { in IOHandlerInputComplete()
|