Searched refs:GetTupleTypeAnnotationsList (Results 1 – 2 of 2) sorted by relevance
25 for (auto *&it : GetTupleTypeAnnotationsList()) { in TransformChildren()42 for (auto *const it : GetTupleTypeAnnotationsList()) { in Iterate()131 for (auto *const typeAnnotation : GetTupleTypeAnnotationsList()) { in GetType()
49 [[nodiscard]] ArenaVector<ir::TypeNode *> GetTupleTypeAnnotationsList() const in GetTupleTypeAnnotationsList() function