Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h248 const StructuredData::ObjectSP &implementor, in GetRecognizedArguments()
423 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren()
429 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex()
434 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName()
440 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance()
445 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance()
450 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue()
455 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1494 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local
2130 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren() local
2153 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex() local
2187 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetIndexOfChildWithName() local
2212 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in UpdateSynthProviderInstance() local
2236 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in MightHaveChildrenSynthProviderInstance() local
2260 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetSyntheticValue() local
2297 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName() local
2812 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject() local
2849 PythonObject implementor(PyRefType::Borrowed, in GetFlagsForCommandObject() local
[all …]