Home
last modified time | relevance | path

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

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