Searched defs:ArrayTypeInfo (Results 1 – 1 of 1) sorted by relevance
1226 struct ArrayTypeInfo { struct1229 unsigned TypeQuals : 5;1232 unsigned hasStatic : 1;1235 unsigned isStar : 1;1240 Expr *NumElts;1242 void destroy() {} in destroy()