Searched refs:AstArrayType (Results 1 – 1 of 1) sorted by relevance
547 class AstArrayType : public AstTypeBase {554 explicit AstArrayType(AstType* element) in AstArrayType() function558 return AsType(new (zone->New(sizeof(AstArrayType))) AstArrayType(element)); in New()561 static AstArrayType* cast(AstType* type) { in cast()563 return static_cast<AstArrayType*>(FromType(type)); in cast()727 return AstArrayType::New(element, zone); in Array()839 AstArrayType* AsArray() { return AstArrayType::cast(this); } in AsArray()