Home | History | Annotate | Download | only in ast

Lines Matching refs:IsTuple

148   if (type->IsTuple()) return kOtherInternal;
481 if (this->IsTuple()) {
482 if (!that->IsTuple()) return false;
1260 } else if (this->IsTuple()) {