Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DScriptInterpreter.h185 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/
DScriptInterpreterPythonImpl.h57 bool GenerateTypeSynthClass(StringList &input, std::string &output,
60 bool GenerateTypeSynthClass(const char *oneliner, std::string &output,
DScriptInterpreterPython.cpp1446 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/
DSBTypeCategory.cpp554 if (interpreter_ptr->GenerateTypeSynthClass(input, output, in AddTypeSynthetic()
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp413 if (interpreter->GenerateTypeSynthClass(lines, class_name_str)) { in IOHandlerInputComplete()