Home
last modified time | relevance | path

Searched defs:implementor (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h246 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments()
438 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren()
444 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex()
449 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName()
455 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance()
460 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance()
465 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue()
470 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1456 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local
1515 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterInfo() local
1548 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_ThreadsInfo() local
1582 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_RegisterContextData() local
1617 PythonObject implementor(PyRefType::Borrowed, in OSPlugin_CreateThread() local
2196 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren() local
2219 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex() local
2251 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetIndexOfChildWithName() local
2276 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in UpdateSynthProviderInstance() local
2299 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in MightHaveChildrenSynthProviderInstance() local
[all …]