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()
255 virtual bool ShouldHide(const StructuredData::ObjectSP &implementor, in ShouldHide()
361 CalculateNumChildren(const StructuredData::ObjectSP &implementor, in CalculateNumChildren()
367 GetChildAtIndex(const StructuredData::ObjectSP &implementor, uint32_t idx) { in GetChildAtIndex()
372 GetIndexOfChildWithName(const StructuredData::ObjectSP &implementor, in GetIndexOfChildWithName()
378 UpdateSynthProviderInstance(const StructuredData::ObjectSP &implementor) { in UpdateSynthProviderInstance()
383 const StructuredData::ObjectSP &implementor) { in MightHaveChildrenSynthProviderInstance()
388 GetSyntheticValue(const StructuredData::ObjectSP &implementor) { in GetSyntheticValue()
393 GetSyntheticTypeName(const StructuredData::ObjectSP &implementor) { in GetSyntheticTypeName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1482 PythonObject implementor(PyRefType::Borrowed, in GetRecognizedArguments() local
1526 PythonObject implementor(PyRefType::Borrowed, in ShouldHide() local
1991 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in CalculateNumChildren() local
2014 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetChildAtIndex() local
2048 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetIndexOfChildWithName() local
2076 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in UpdateSynthProviderInstance() local
2100 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in MightHaveChildrenSynthProviderInstance() local
2124 auto *implementor = static_cast<PyObject *>(generic->GetValue()); in GetSyntheticValue() local
2161 PythonObject implementor(PyRefType::Borrowed, in GetSyntheticTypeName() local
2795 PythonObject implementor(PyRefType::Borrowed, in GetShortHelpForCommandObject() local
[all …]