Searched defs:ArrayTypeInfo (Results 1 – 1 of 1) sorted by relevance
1225 struct ArrayTypeInfo { struct1228 unsigned TypeQuals : 5;1231 unsigned hasStatic : 1;1234 unsigned isStar : 1;1239 Expr *NumElts;1241 void destroy() {} in destroy()