Searched refs:IsScripted (Results 1 – 4 of 4) sorted by relevance
151 if (m_opaque_sp->IsScripted() != rhs.m_opaque_sp->IsScripted()) in IsEqualTo()
515 if (synthetic_sp && !synthetic_sp->IsScripted()) { in GetTypeFilter()535 if (children_sp && children_sp->IsScripted()) { in GetTypeSynthetic()
257 virtual bool IsScripted() = 0;311 bool IsScripted() override { return false; } in IsScripted() function368 bool IsScripted() override { return false; } in IsScripted() function414 bool IsScripted() override { return true; } in IsScripted() function
99 bool SyntheticChildren::IsScripted() { return false; } in IsScripted() function in SyntheticChildren