Searched defs:IsSynthetic (Results 1 – 6 of 6) sorted by relevance
67 bool IsSynthetic() override { return true; } in IsSynthetic() function
582 virtual bool IsSynthetic() { return false; } in IsSynthetic() function
172 bool IsSynthetic() override { return true; } in IsSynthetic() function
197 bool SBSymbol::IsSynthetic() { in IsSynthetic() function in SBSymbol
843 bool SBValue::IsSynthetic() { in IsSynthetic() function in SBValue
150 bool IsSynthetic() const { return m_is_synthetic; } in IsSynthetic() function