Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h250 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments()
381 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren()
387 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex()
392 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName()
398 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance()
403 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance()
408 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue()
413 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1499 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local
2024 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren() local
2047 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex() local
2081 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetIndexOfChildWithName() local
2106 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in UpdateSynthProviderInstance() local
2130 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in MightHaveChildrenSynthProviderInstance() local
2154 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetSyntheticValue() local
2191 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName() local
2782 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject() local
2819 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject() local
[all …]