Searched refs:GenerateTypeSynthClass (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | ScriptInterpreter.h | 185 virtual bool GenerateTypeSynthClass(StringList &input, std::string &output, 190 virtual bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
|
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
D | ScriptInterpreterPythonImpl.h | 57 bool GenerateTypeSynthClass(StringList &input, std::string &output, 60 bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
|
D | ScriptInterpreterPython.cpp | 1446 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass() function in ScriptInterpreterPythonImpl 2159 bool ScriptInterpreterPythonImpl::GenerateTypeSynthClass( in GenerateTypeSynthClass() function in ScriptInterpreterPythonImpl 2163 return GenerateTypeSynthClass(input, output, name_token); in GenerateTypeSynthClass()
|
/external/llvm-project/lldb/source/API/ |
D | SBTypeCategory.cpp | 554 if (interpreter_ptr->GenerateTypeSynthClass(input, output, in AddTypeSynthetic()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectType.cpp | 413 if (interpreter->GenerateTypeSynthClass(lines, class_name_str)) { in IOHandlerInputComplete()
|