Home | History | Annotate | Download | only in ast

Lines Matching refs:IsClass

142   if (type->IsClass()) return type->AsClass()->Lub();
451 if (this->IsClass()) {
452 return that->IsClass() &&
607 return !this->IsClass() || this->AsClass()->Map()->is_stable();
647 if (this->IsClass() != that->IsClass()) return true;
869 if (rhs->IsClass()) {
893 if (lhs->IsClass() != rhs->IsClass()) {
894 return AddToUnion(lhs->IsClass() ? rhs : lhs, result, size, zone);
1070 if (this->IsClass()) {
1075 if (this->AsUnion()->Get(i)->IsClass()) ++result;
1114 static bool matches(AstType* type) { return type->IsClass(); }
1219 } else if (this->IsClass()) {