Searched refs:tupleElementType (Results 1 – 2 of 2) sorted by relevance
300 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest() local302 while (tupleElementType) { in CreateArrayTypeForRest()303 unionTypes.push_back(tupleElementType); in CreateArrayTypeForRest()305 tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest()323 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest() local325 while (tupleElementType) { in CreateTupleTypeForRest()330 memberVar->SetTsType(tupleElementType); in CreateTupleTypeForRest()337 tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest()
305 Type *tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest() local307 while (tupleElementType != nullptr) { in CreateArrayTypeForRest()308 unionTypes.push_back(tupleElementType); in CreateArrayTypeForRest()310 tupleElementType = GetTypeFromTupleByIndex(it->AsObjectType()->AsTupleType()); in CreateArrayTypeForRest()327 Type *tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest() local329 while (tupleElementType != nullptr) { in CreateTupleTypeForRest()334 memberVar->SetTsType(tupleElementType); in CreateTupleTypeForRest()341 tupleElementType = GetTypeFromTupleByIndex(tuple); in CreateTupleTypeForRest()