Searched defs:ArrayTypeInfo (Results 1 – 1 of 1) sorted by relevance
1153 struct ArrayTypeInfo : TypeInfoCommon { struct1156 unsigned TypeQuals : 5;1159 unsigned hasStatic : 1;1162 unsigned isStar : 1;1167 Expr *NumElts;1169 void destroy() {} in destroy()