Searched refs:IsScripted (Results 1 – 4 of 4) sorted by relevance
151 if (m_opaque_sp->IsScripted() != rhs.m_opaque_sp->IsScripted()) in IsEqualTo()
520 if (synthetic_sp && !synthetic_sp->IsScripted()) { in GetTypeFilter()540 if (children_sp && children_sp->IsScripted()) { in GetTypeSynthetic()
265 virtual bool IsScripted() = 0;324 bool IsScripted() override { return false; } in IsScripted() function385 bool IsScripted() override { return false; } in IsScripted() function431 bool IsScripted() override { return true; } in IsScripted() function
100 bool SyntheticChildren::IsScripted() { return false; } in IsScripted() function in SyntheticChildren