Home
last modified time | relevance | path

Searched refs:IsSynthetic (Results 1 – 12 of 12) sorted by relevance

/external/lldb/scripts/Python/interface/
DSBSymbol.i63 IsSynthetic();
99 __swig_getmethods__["synthetic"] = IsSynthetic
100 …if _newclass: synthetic = property(IsSynthetic, None, doc='''A read only property that returns a b…
DSBValue.i149 IsSynthetic ();
/external/lldb/source/API/
DSBSymbol.cpp217 SBSymbol::IsSynthetic() in IsSynthetic() function in SBSymbol
220 return m_opaque_ptr->IsSynthetic(); in IsSynthetic()
DSBValue.cpp1012 SBValue::IsSynthetic () in IsSynthetic() function in SBValue
1017 return value_sp->IsSynthetic(); in IsSynthetic()
/external/lldb/include/lldb/API/
DSBSymbol.h82 IsSynthetic();
DSBValue.h118 IsSynthetic ();
/external/lldb/include/lldb/Core/
DValueObjectSyntheticFilter.h76 IsSynthetic() { return true; } in IsSynthetic() function
DValueObject.h887 IsSynthetic() { return false; } in IsSynthetic() function
/external/lldb/include/lldb/Symbol/
DSymbol.h159 IsSynthetic () const in IsSynthetic() function
/external/lldb/source/Core/
DValueObject.cpp2667 if (root->IsSynthetic()) in GetValueForExpressionPath_Impl()
2710 if (root->IsSynthetic()) in GetValueForExpressionPath_Impl()
2927 else if (!root->IsSynthetic()) in GetValueForExpressionPath_Impl()
DDebugger.cpp1587 if (!valobj->IsSynthetic()) in FormatPromptRecurse()
/external/lldb/www/python_reference/
Dapi-objects.txt3564 lldb.SBSymbol.IsSynthetic lldb.SBSymbol-class.html#IsSynthetic
4127 lldb.SBValue.IsSynthetic lldb.SBValue-class.html#IsSynthetic