Searched refs:IsSynthetic (Results 1 – 18 of 18) sorted by relevance
69 IsSynthetic();92 …synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value t…
157 IsSynthetic ();
203 bool SBSymbol::IsSynthetic() { in IsSynthetic() function in SBSymbol207 return m_opaque_ptr->IsSynthetic(); in IsSynthetic()
815 bool SBValue::IsSynthetic() { in IsSynthetic() function in SBValue821 return value_sp->IsSynthetic(); in IsSynthetic()
100 bool IsSynthetic();
94 bool IsSynthetic();
2164 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()2173 if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()2182 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()2233 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()2242 if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()2251 if (root->IsSynthetic()) { in GetValueForExpressionPath_Impl()2468 else if (!root->IsSynthetic()) { in GetValueForExpressionPath_Impl()2628 if (!result_sp->IsSynthetic()) { in GetQualifiedRepresentationIfAvailable()2633 if (result_sp->IsSynthetic()) { in GetQualifiedRepresentationIfAvailable()2710 } else if (IsSynthetic()) { in Dereference()
513 if (sc.symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()528 if (symbol && !symbol->IsSynthetic()) { in ResolveSymbolContextForAddress()
699 if (!valobj->IsSynthetic()) { in DumpValue()
68 bool IsSynthetic() override { return true; } in IsSynthetic() function
598 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
30 m_use_synthetic = valobj.IsSynthetic(); in DumpValueObjectOptions()
126 if (m_valobj->IsSynthetic()) { in GetMostSpecializedValue()
548 use_dynamic, valobj.IsSynthetic()); in GetTypeForCache()
173 bool IsSynthetic() override { return true; } in IsSynthetic() function
166 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function
573 if (!IsSynthetic()) in IsSyntheticWithAutoGeneratedName()
1062 const bool is_synthetic = v.IsSynthetic(); in CreateVariable()