Searched defs:ArrayTypeInfo (Results 1 – 1 of 1) sorted by relevance
1049 struct ArrayTypeInfo : TypeInfoCommon { struct1051 unsigned TypeQuals : 3;1054 bool hasStatic : 1;1057 bool isStar : 1;1062 Expr *NumElts;1064 void destroy() {} in destroy()