Searched defs:ElementType (Results 1 – 6 of 6) sorted by relevance
27 Type *ElementType() in ElementType() function32 const Type *ElementType() const in ElementType() function
36 const Expression *ElementType() const in ElementType() function
41 const ArenaVector<Expression *> &ElementType() const in ElementType() function
48 const Expression *ElementType() const in ElementType() function
26 enum ElementType { enum
172 type ElementType<T> = T extends Array<infer U> ? U : never; alias