Home
last modified time | relevance | path

Searched refs:GetTupleTypeAnnotationsList (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTuple.cpp26 for (auto *&it : GetTupleTypeAnnotationsList()) { in TransformChildren()
37 for (auto *const it : GetTupleTypeAnnotationsList()) { in Iterate()
164 for (auto *const typeAnnotation : GetTupleTypeAnnotationsList()) { in GetType()
DetsTuple.h48 [[nodiscard]] ArenaVector<ir::TypeNode *> GetTupleTypeAnnotationsList() const in GetTupleTypeAnnotationsList() function