Searched defs:ArrayTypeInfo (Results 1 – 1 of 1) sorted by relevance
1248 struct ArrayTypeInfo { struct1251 unsigned TypeQuals : 5;1254 unsigned hasStatic : 1;1257 unsigned isStar : 1;1262 Expr *NumElts;1264 void destroy() {} in destroy()