Searched refs:IsSynthetic (Results 1 – 17 of 17) sorted by relevance
204 bool SBSymbol::IsSynthetic() { in IsSynthetic() function in SBSymbol208 return m_opaque_ptr->IsSynthetic(); in IsSynthetic()
794 if (!value_sb.IsSynthetic()) { in GetSyntheticValue()841 bool SBValue::IsSynthetic() { in IsSynthetic() function in SBValue847 return value_sp->IsSynthetic(); in IsSynthetic()
25 synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value that indicates if this symbol was synthetically created from information in module that contains it.''')
100 bool IsSynthetic();
104 bool IsSynthetic();
29 m_use_synthetic = valobj.IsSynthetic(); in DumpValueObjectOptions()
126 if (m_cached_valobj->IsSynthetic()) { in SetupMostSpecializedValue()
568 use_dynamic, valobj.IsSynthetic()); in GetTypeForCache()
69 bool IsSynthetic() override { return true; } in IsSynthetic() function
616 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
199 bool IsSynthetic() override { return true; } in IsSynthetic() function
182 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function
520 if (sc.symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()535 if (symbol && !symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()
781 if (!valobj->IsSynthetic()) { in DumpValue()
2198 if (valobj.IsSynthetic()) { in GetAlternateValue()2602 else if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()2763 bool is_synthetic = result_sp->IsSynthetic(); in GetQualifiedRepresentationIfAvailable()2834 if (!m_deref_valobj && IsSynthetic()) in Dereference()
621 if (!IsSynthetic()) in IsSyntheticWithAutoGeneratedName()
54123 result = (bool)(arg1)->IsSynthetic(); in _wrap_SBSymbol_IsSynthetic()77958 result = (bool)(arg1)->IsSynthetic(); in _wrap_SBValue_IsSynthetic()