Home
last modified time | relevance | path

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

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