Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h151 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 DScriptInterpreterPython.h185 bool GenerateTypeSynthClass(StringList &input, std::string &output,
188 bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
H A DScriptInterpreterPython.cpp1465 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 DSBTypeCategory.cpp474 if (interpreter_ptr->GenerateTypeSynthClass(input, output, in AddTypeSynthetic()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp443 if (interpreter->GenerateTypeSynthClass(lines, class_name_str)) { in IOHandlerInputComplete()