Home | History | Annotate | Download | only in ast

Lines Matching refs:AsTuple

483     AstTupleType* this_tuple = this->AsTuple();
484 AstTupleType* that_tuple = that->AsTuple();
1262 for (int i = 0, n = this->AsTuple()->Arity(); i < n; ++i) {
1263 AstType* type_i = this->AsTuple()->Element(i);