Searched defs:ArrayTypeInfo (Results 1 – 1 of 1) sorted by relevance
1264 struct ArrayTypeInfo { struct1267 unsigned TypeQuals : 5;1270 unsigned hasStatic : 1;1273 unsigned isStar : 1;1278 Expr *NumElts;1280 void destroy() {} in destroy()