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