Searched defs:IsSynthetic (Results 1 – 6 of 6) sorted by relevance
68 bool IsSynthetic() override { return true; } in IsSynthetic() function
598 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
173 bool IsSynthetic() override { return true; } in IsSynthetic() function
203 bool SBSymbol::IsSynthetic() { in IsSynthetic() function in SBSymbol
815 bool SBValue::IsSynthetic() { in IsSynthetic() function in SBValue
166 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function