Searched refs:IsScripted (Results 1 – 4 of 4) sorted by relevance
151 if (m_opaque_sp->IsScripted() != rhs.m_opaque_sp->IsScripted()) in IsEqualTo()
518 if (synthetic_sp && !synthetic_sp->IsScripted()) { in GetTypeFilter()538 if (children_sp && children_sp->IsScripted()) { in GetTypeSynthetic()
264 virtual bool IsScripted() = 0;318 bool IsScripted() override { return false; } in IsScripted() function379 bool IsScripted() override { return false; } in IsScripted() function425 bool IsScripted() override { return true; } in IsScripted() function
99 bool SyntheticChildren::IsScripted() { return false; } in IsScripted() function in SyntheticChildren